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

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax
C#
public override FileStream Open(
	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

Return Value

Type: FileStream
See Also