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

SignatureDescription
createZipFileSystem(_stream: any, _baseDir: string)FileSystemNot 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)anyNot implemented in the FOSS edition — throws at runtime. Reads the contents of the specified file using the provided IOConfig
writeFile(_fileName: string, _options: IOConfig)anyNot implemented in the FOSS edition — throws at runtime. Writes data to the specified file using the provided IOConfig
createLocalFileSystem(_directory: string)FileSystemNot implemented in the FOSS edition — throws at runtime. Creates a file system rooted at the given local directory
createDummyFileSystem()FileSystemNot implemented in the FOSS edition — throws at runtime. Creates a placeholder file system that performs no real I/O

See Also