Members
# FreeInfo
Properties:
Name | Type | Description |
---|---|---|
availClusters |
number
|
available clusters on drive. |
totalClusters |
number
|
total clusters on drive. |
bytesPerSector |
number
|
bytes per sector. |
bytesPerCluster |
number
|
sectors per cluster. |
# LFN_SUPPORTED
Properties:
Name | Type | Description |
---|---|---|
LFN_SUPPORTED |
boolean
|
true if long filenames are supported. |
# MemInfo
Properties:
Name | Type | Description |
---|---|---|
total |
number
|
total amount of memory in the system. |
remaining |
number
|
number of available bytes. |
# 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. |