read_file method
read_file(self, file_name, options)
Create a stream for reading dependencies.
Returns
Stream for reading the file.
def read_file(self, file_name, options):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | System.String | File’s name to open for reading |
| options | aspose.threed.formats.IOConfig | Save or load options |
Exceptions
| Exception | Description |
|---|---|
| IOException | The implementation throws this exception when failed to open the file for reading. |
See Also
- module
aspose.threed.utilities - class
FileSystem