FileInfo Object
Properties
| Type | Signature |
| string |
Path
The file or directory path. |
| string |
URI
The file or directory path as a URI. |
| string |
Name
The file or directory name. |
| bool |
Exists
Does it exist. |
| bool |
isFile
Is it a file. |
| bool |
isDirectory
Is it a directory. |
| bool |
isHidden
Is it hidden. |
| int64 |
Length
File size. |