FileSystem class

FileSystem class

File system encapsulation. Aspose.3D will use this to read/write dependencies.

The FileSystem type exposes the following members:

Methods

MethodDescription
create_zip_file_systemCreate a file system to provide to the read-only access to speicified zip file or zip stream.
File system will be disposed after the open/save operation.
create_zip_file_systemFile system to provide to the read-only access to speicified zip file or zip stream.
File system will be disposed after the open/save operation.
read_fileCreate a stream for reading dependencies.
write_fileCreate a stream for writing dependencies.
create_local_file_systemInitialize a new FileSystem that only access local directory.
All file read/write on this FileSystem instance will be mapped to specified directory.
create_dummy_file_systemCreate a dummy file system, read/write operations are dummy operations.

See Also