FileGetFileStream Method (String, FileMode) |
Returns new instance of FileStream class.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax protected virtual FileStream GetFileStream(
string path,
FileMode mode
)
Parameters
- path
- Type: SystemString
Path. - mode
- Type: CMS.IOFileMode
File mode.
Return Value
Type:
FileStreamSee Also