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.

Implements

Constructors

Methods

  • The current Object File System is not supporting the creation of directories.

    Parameters

    • directoryPath: string
    • _dirMode: number

    Returns Promise<void>

  • The current Object File System is not supporting the creation of files.

    Parameters

    • directoryPath: string
    • _fileHash: SHA256Hash<BLOB>
    • _fileName: string
    • _fileMode: number

    Returns Promise<void>