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
| Name | Type | Access | Description |
|---|---|---|---|
fileFormat | FileFormat | null | Read | Holds the target or source file format, or null if unspecified |
encoding | string | null | Read/Write | Stores the text encoding name used for reading or writing files, or null |
fileSystem | FileSystem | null | Read/Write | References a custom FileSystem implementation, or null for default |
lookupPaths | string[] | Read/Write | Is an array of directory paths used to resolve external resources |
fileName | string | null | Read/Write | Stores the name of the file being processed, or null if not set |
Methods
| Signature | Description |
|---|---|
constructor() |