FileSystemAdapter.startWatchPath method
FileSystemAdapter › startWatchPath
Unofficial
Start watching a path for file system changes.Signature:
startWatchPath(normalizedPath: string): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | The path to watch. |
Returns: Promise<void> — A promise that resolves when the watcher is started.