Constructor
# new StatInfo()
Properties:
Name | Type | Description |
---|---|---|
atime |
string | file access timestamp. |
ctime |
string | file creation time. |
mtime |
string | file modification time. |
blksize |
number | file size in blocks. |
size |
number | file size in bytes. |
nlink |
number | number of sub entries. |
drive |
string | drive letter for the entry. |
is_blockdev |
boolean | true if this is a block device. |
is_chardev |
boolean | true if this is a character device. |
is_directory |
boolean | true if this is a directory. |
is_regular |
boolean | true if this is a regular file. |