Click or drag to resize
FileStream Constructor (String, FileMode)
Initializes new instance and intializes new system file stream.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 9.0.0
Syntax
C#
public FileStream(
	string path,
	FileMode mode
)

Parameters

path
Type: SystemString
Path to file.
mode
Type: CMS.IOFileMode
File mode.
See Also