get_file method
get_file
Returns the stream to read from.
Returns
The named stream.
def get_file(self, file_name):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | The file name. |
get_file
Returns the stream to read from.
Returns
The named stream.
def get_file(self, file_name, search_subdirectories):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | The file name. |
| search_subdirectories | bool | Indicates whether to look for a file in subdirectories. |
See Also
- module
aspose.tex.io - class
OutputZipDirectory