FileSystem — Aspose.3D FOSS TypeScript API Reference

FileSystem — FileSystem class in the Aspose.3D FOSS TypeScript API..

Package: aspose.threed


Methods

MethodReturnsDescription
createZipFileSystem(_stream: any, _baseDir: string)FileSystem
readFile(_fileName: string, _options: IOConfig)any
writeFile(_fileName: string, _options: IOConfig)any
createLocalFileSystem(_directory: string)FileSystem
createDummyFileSystem()FileSystem

See Also