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.annotatenote. - FsChanges
Args FS_CHANGES_EVENTarguments.- 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
WATCHERservice on directories or files that are watched.
Traits§
- FsChange
Note - Represents a
FsChangenote. - Watcher
Read Status - Represents a status type for
WATCHERread-only operations. - Watcher
Sync Status - Represents a status type for
WATCHER.sync_status.