Click or drag to resize
FileStream Constructor
Creates new instance of FileStream object.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected FileStream(
	string path
)

Parameters

path
Type: SystemString
File path
See Also