Opens a FileStream on the specified path, with the specified mode and access.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- path
- Type: System String
Path to file.
- mode
- Type: CMS.IO FileMode
File mode.
- access
- Type: CMS.IO FileAccess
File access.
Return Value
Type: FileStreamSee Also