This represents a FileSystem Structure for one objects that can open directories or files on the fly. This class is using FileSystemDirectory & FileSystemFile types from IFileSystem interface in order to accomplish this FileSystem structure.
Not implemented because of Read Only FS
The current Object File System is not supporting the creation of directories.
The current Object File System is not supporting the creation of files.
Open directory. Paths are checked since it is a FS built on-the-fly.
Opens the file on-the-fly.
Not implemented
Optional
This represents a FileSystem Structure for one objects that can open directories or files on the fly. This class is using FileSystemDirectory & FileSystemFile types from IFileSystem interface in order to accomplish this FileSystem structure.