Represents a file system.
The class has a private constructor, therefore it is impossible to instantiate objects of this class or check whether an object is an instance of the FileSystem class.
The attributes of the FileSystem object are listed below:
Attribute | Description | Type |
---|---|---|
name | This is the name of the file system. The name must be unique across the list of exposed file systems. | string |
root | The root directory of the file system. | DirectoryEntry |