get_file_content method
get_file_content
Returns the raw content of the specified file. Throw FileNotFoundException if the specified file is not existing.
Returns
def get_file_content(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str |
See Also
- module
aspose.threed.utilities - class
MemoryFileSystem