FileStream Constructor (String, FileMode) |
Initializes new instance and initializes new system file stream.
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax public FileStream(
string path,
FileMode mode
)
Parameters
- path
- Type: SystemString
Path to file. - mode
- Type: CMS.IOFileMode
File mode.
See Also