create_file_stream_wrapper method
create_file_stream_wrapper
Creates FileStream with the specified path and creation mode.
def create_file_stream_wrapper(self, file_name, file_mode):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | |
| file_mode | System.IO.FileMode |
create_file_stream_wrapper
Creates FileStream with the specified path, creation mode, and read/write permission.
def create_file_stream_wrapper(self, file_name, file_mode, file_access):
...
| Parameter | Type | Description |
|---|---|---|
| file_name | str | |
| file_mode | System.IO.FileMode | |
| file_access | System.IO.FileAccess |
See Also
- class
IStreamWrapper - class
StreamWrapperFactory - module
aspose.slides - library
Aspose.Slides