Skip to main content

Interface: PluginFileStat

Metadata returned for a file in the addon's isolated storage.

Properties

exists

exists: boolean

Whether the relative path currently exists.


size

size: number

File size in bytes, or 0 when the path does not exist.


modifiedAt?

optional modifiedAt?: number

Last modification time as a Unix timestamp in milliseconds.