feat: add backend flags for rename events
This commit is contained in:
parent
99dec3f689
commit
f6158c8240
7 changed files with 64 additions and 5 deletions
|
|
@ -7,6 +7,8 @@ const ObjectType = types.ObjectType;
|
|||
pub const watches_recursively = true; // ReadDirectoryChangesW with bWatchSubtree=1
|
||||
pub const detects_file_modifications = true;
|
||||
pub const emits_close_events = false;
|
||||
pub const emits_rename_for_files = true;
|
||||
pub const emits_rename_for_dirs = true;
|
||||
|
||||
const windows = std.os.windows;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue