filesystem property

FileSystem get filesystem

The read-only filesystem property of the FileSystemEntry interface contains a FileSystem object that represents the file system on which the entry resides.

Implementation

external FileSystem get filesystem;