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

Namespace: CMS.FileSystemStorage
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public FileStream(
	string path,
	FileMode mode,
	FileAccess access
)

Parameters

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