circu.js
Preparing search index...
fswatch
CModuleFSWatch
watch
Function watch
watch
(
path
:
string
,
callback
:
(
filename
:
string
,
event
:
FsEvent
)
=>
void
,
)
:
Promise
<
FsWatcher
>
Start file system watcher
Parameters
path
:
string
File or directory path to watch
callback
:
(
filename
:
string
,
event
:
FsEvent
)
=>
void
Event handler callback
Returns
Promise
<
FsWatcher
>
FsWatcher object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
circu.js
Loading...
Start file system watcher