FileSystem
Overview
FileSystem is a class in Aspose.3D FOSS for Typescript.
FileSystem.createZipFileSystem creates a zip‑based file system using the given stream and base directory.
This class provides 5 methods for working with FileSystem objects in Typescript programs.
Available methods include: createDummyFileSystem, createLocalFileSystem, createZipFileSystem, readFile, writeFile.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Description
FileSystem is a class in the Aspose.3D FOSS library for TypeScript that exposes 5 methods and 0 properties for programmatic use.
Methods
| Signature | Description |
|---|---|
createZipFileSystem(_stream: any, _baseDir: string) → FileSystem | Not implemented in the FOSS edition — throws at runtime. Creates a zip‑based file system using the given stream and base directory |
readFile(_fileName: string, _options: IOConfig) → any | Not implemented in the FOSS edition — throws at runtime. Reads the contents of the specified file using the provided IOConfig |
writeFile(_fileName: string, _options: IOConfig) → any | Not implemented in the FOSS edition — throws at runtime. Writes data to the specified file using the provided IOConfig |
createLocalFileSystem(_directory: string) → FileSystem | Not implemented in the FOSS edition — throws at runtime. Creates a file system rooted at the given local directory |
createDummyFileSystem() → FileSystem | Not implemented in the FOSS edition — throws at runtime. Creates a placeholder file system that performs no real I/O |