InodeLike
Defined in: src/internal/inode.ts:217
Internal
[breaking] switch fully to using bigints
Extends
Section titled “Extends”StatsLike<T>
Type Parameters
Section titled “Type Parameters”T extends number | bigint = number
Properties
Section titled “Properties”atimeMs
Section titled “atimeMs”atimeMs:
T
Defined in: src/internal/inode.ts:193
Time of last access, since epoch
Inherited from
Section titled “Inherited from”attributes?
Section titled “attributes?”
optionalattributes?:Attributes
Defined in: src/internal/inode.ts:184
Extended attributes
Inherited from
Section titled “Inherited from”InodeFields.attributes
birthtimeMs
Section titled “birthtimeMs”birthtimeMs:
T
Defined in: src/internal/inode.ts:199
Time of file creation, since epoch
Inherited from
Section titled “Inherited from”ctimeMs
Section titled “ctimeMs”ctimeMs:
T
Defined in: src/internal/inode.ts:197
Time of last time file status was changed, since epoch
Inherited from
Section titled “Inherited from”
optionaldata?:number
Defined in: src/internal/inode.ts:180
Inherited from
Section titled “Inherited from”InodeFields.data
flags?
Section titled “flags?”
optionalflags?:number
Defined in: src/internal/inode.ts:181
Inherited from
Section titled “Inherited from”InodeFields.flags
gid:
T
Defined in: src/internal/inode.ts:203
The id of the group that owns the file
Inherited from
Section titled “Inherited from”ino:
T
Defined in: src/internal/inode.ts:205
Inode number
Inherited from
Section titled “Inherited from”mode:
T
Defined in: src/internal/inode.ts:191
Unix-style file mode (e.g. 0o644) that includes the item type
Inherited from
Section titled “Inherited from”mtimeMs
Section titled “mtimeMs”mtimeMs:
T
Defined in: src/internal/inode.ts:195
Time of last modification, since epoch
Inherited from
Section titled “Inherited from”nlink:
T
Defined in: src/internal/inode.ts:207
Number of hard links
Inherited from
Section titled “Inherited from”rdev:
T
Defined in: src/internal/inode.ts:209
Device ID for special files
Inherited from
Section titled “Inherited from”size:
T
Defined in: src/internal/inode.ts:189
Size of the item in bytes. For directories/symlinks, this may be the size of the struct that represents the item.
Inherited from
Section titled “Inherited from”uid:
T
Defined in: src/internal/inode.ts:201
The id of the user that owns the file
Inherited from
Section titled “Inherited from”version?
Section titled “version?”
optionalversion?:number
Defined in: src/internal/inode.ts:182
Inherited from
Section titled “Inherited from”InodeFields.version