dextool v2.3.0 (2020-09-01T21:07:48Z)
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.