StatsLike
Defined in: src/internal/inode.ts:187
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”T extends number | bigint = number | bigint
Properties
Section titled “Properties”atimeMs
Section titled “atimeMs”atimeMs:
T
Defined in: src/internal/inode.ts:193
Time of last access, since epoch
birthtimeMs
Section titled “birthtimeMs”birthtimeMs:
T
Defined in: src/internal/inode.ts:199
Time of file creation, since epoch
ctimeMs
Section titled “ctimeMs”ctimeMs:
T
Defined in: src/internal/inode.ts:197
Time of last time file status was changed, since epoch
gid:
T
Defined in: src/internal/inode.ts:203
The id of the group that owns the file
ino:
T
Defined in: src/internal/inode.ts:205
Inode number
mode:
T
Defined in: src/internal/inode.ts:191
Unix-style file mode (e.g. 0o644) that includes the item type
mtimeMs
Section titled “mtimeMs”mtimeMs:
T
Defined in: src/internal/inode.ts:195
Time of last modification, since epoch
nlink:
T
Defined in: src/internal/inode.ts:207
Number of hard links
rdev:
T
Defined in: src/internal/inode.ts:209
Device ID for special files
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.
uid:
T
Defined in: src/internal/inode.ts:201
The id of the user that owns the file