[NodeMod Core]
/ .. / FileLoadResult
Interface: FileLoadResult
Defined in: src/native/file.ts:14
Result of a file loading operation with metadata.
Properties
buffer
buffer:
null
|number
[]
Defined in: src/native/file.ts:16
Raw file buffer data or null if load failed
size
size:
number
Defined in: src/native/file.ts:18
File size in bytes
exists
exists:
boolean
Defined in: src/native/file.ts:20
Whether the file exists