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

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax
C#
public override 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