canReadFile(file_path)
Class: SwingUI.
Description:
Synchronously checks if a file can be read.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string | URL |
Path to the file to check |
Returns:
- Returns true if file can be read, false otherwise
Type: boolean
