distssh ~dynamic-poll (2021-10-29T14:12:55.9106259)
Dub
Repo
Event.Rename
my
fswatch
Event
Occurs when a file or folder inside a folder is renamed.
struct
Event
static
struct
Rename {
AbsolutePath
from
;
AbsolutePath
to
;
this(this)
;
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Variables
from
AbsolutePath
from
;
Undocumented in source.
to
AbsolutePath
to
;
Undocumented in source.
Meta
Source
See Implementation
my
fswatch
Event
structs
Access
Attribute
CloseNoWrite
CloseWrite
Create
Delete
DeleteSelf
Modify
MoveSelf
Open
Rename
Occurs when a file or folder inside a folder is renamed.