Options
All
  • Public
  • Public/Protected
  • All
Menu

FS Types namespace.

Hierarchy

  • FSType

Index

Properties

FileSystemBase

FileSystemBase: { prototype: IFileSystem }

Base file system interface.

This is an interface object and should not be used to instantiate an FSO.

Type declaration

IndexedFileSystem

IndexedFileSystem: { prototype: IndexedFileSystem }

Indexed File System driver.

Can be inherited for custom implementations. Used by Windows 96 to map as c:/

Type declaration

LocalStorageFileSystem

LocalStorageFileSystem: { prototype: LocalStorageFileSystem }

Local storage file system driver.

Type declaration

RamFileSystem

RamFileSystem: { prototype: RamFileSystem }

Ramdrive file system driver.

Type declaration

RemoteReadOnlyFileSystem

RemoteReadOnlyFileSystem: { prototype: RemoteReadOnlyFileSystem }

Read only (remote) file system driver.

Used by W:/ (the true system drive).

Type declaration

SysROMFileSystem

SysROMFileSystem: { prototype: SysROMFileSystem }

Very basic ROM file system utilizing LocalStorage.

Directories are not supported.

Type declaration

ZipReadOnlyFileSystem

ZipReadOnlyFileSystem: { prototype: ZipReadOnlyFileSystem }

A read-only file system view for ZIP files.

Type declaration

Generated using TypeDoc