IOConfig

Overview

IOConfig is a class in Aspose.3D FOSS for Typescript.

IOConfig.fileFormat holds the target or source file format, or null if unspecified.

Properties

NameTypeAccessDescription
fileFormatFileFormat | nullReadHolds the target or source file format, or null if unspecified
encodingstring | nullRead/WriteStores the text encoding name used for reading or writing files, or null
fileSystemFileSystem | nullRead/WriteReferences a custom FileSystem implementation, or null for default
lookupPathsstring[]Read/WriteIs an array of directory paths used to resolve external resources
fileNamestring | nullRead/WriteStores the name of the file being processed, or null if not set

Methods

SignatureDescription
constructor()

See Also