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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static FileStream New(
	string path,
	FileMode mode
)

Parameters

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

Return Value

Type: FileStream
See Also