[NodeMod Core]
/ .. / FileWatchEvent
Interface: FileWatchEvent
Defined in: src/native/file.ts:26
File system change event information.
Properties
filename
filename:
string
Defined in: src/native/file.ts:28
Name of the file that changed
event
event:
"change"
Defined in: src/native/file.ts:30
Type of change event
oldSize
oldSize:
number
Defined in: src/native/file.ts:32
Previous file size in bytes
newSize
newSize:
number
Defined in: src/native/file.ts:34
New file size in bytes
timestamp
timestamp:
number
Defined in: src/native/file.ts:36
Timestamp when change was detected