* **Core**: Is this filesystem read-only? * @return True if this FileSystem is inherently read-only.
()
| 80 | * @return True if this FileSystem is inherently read-only. |
| 81 | */ |
| 82 | isReadOnly(): boolean; |
| 83 | /** |
| 84 | * **Core**: Does the filesystem support optional symlink/hardlink-related |
| 85 | * commands? |
no outgoing calls
no test coverage detected