fileStat(file_path, [about_link])
Class: SwingUI.
Description:
Gets information about a file or directory, like times, size, if it's a file or directory, etc.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
string | URL |
Local file or directory path. |
|
|
|
boolean |
false |
|
Returns:
Returns information about specified file or directory, or throws an Error if it doesn't exist, access is denied, or argument is invalid.
Type: FileStat
