Click or drag to resize
AbstractFile.Open Method
Opens a FileStream on the specified path, with the specified mode and access.

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

Parameters

path
Type: System.String
Path to file
mode
Type: CMS.IO.FileMode
File mode
access
Type: CMS.IO.FileAccess
File access

Return Value

Type: FileStream
See Also