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.
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 |