|
|
Whitebeam Object Definition
|
Binary.fileInfo
Returns data about a file system object via a call to 'stat'
Elements
The Binary.fileInfo struct has 4 elements:
| Name | Type/Value | Range/Length | Description | | isDirectory | bool | | Required. true if the referenced path is a directory | | isOrdinaryFile | bool | | Required. true if the referenced path is file | | isSymbolicLink | bool | | Required. true if the referenced path is a symbolic link | | fileSize | number | | Required. the file system reported size of the referenced object |
Remarks
File system object information
|
|
|
(loadtime : 10ms) |