Expand description
Modules§
- fs_
event - File system change event types.
Structs§
- FsChange
- Represents a single file system change, annotated.
- FsChange
Note Handle - Handle that holds a
WATCHER.annotate
note. - FsChanges
Args FS_CHANGES_EVENT
arguments.- FsWatcher
Manager - Application extension that provides file system change events and service.
- WATCHER
- File system watcher service.
- Watch
File - Represents an open read-only file provided by
WATCHER.read
. - Watcher
Handle - Represents an active file or directory watcher in
WATCHER
. - Watcher
Sync Write Note - Annotation for file watcher events and var update tags.
- Write
File - Represents an open write file provided by
WATCHER.sync
.
Enums§
- Watch
File Parse Error - Error for
WatchFile::parse
.
Statics§
- FS_
CHANGES_ EVENT - Event sent by the
WATCHER
service on directories or files that are watched.
Traits§
- FsChange
Note - Represents a
FsChange
note. - Watcher
Read Status - Represents a status type for
WATCHER
read-only operations. - Watcher
Sync Status - Represents a status type for
WATCHER.sync_status
.