Click or drag to resize
FileStream Constructor (String, FileMode, FileAccess, FileShare, Int32)
Initializes new instance and initializes new system file stream.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax
C#
public FileStream(
	string path,
	FileMode mode,
	FileAccess access,
	FileShare share,
	int bSize
)

Parameters

path
Type: SystemString
Path to file.
mode
Type: CMS.IOFileMode
File mode.
access
Type: CMS.IOFileAccess
File access.
share
Type: CMS.IOFileShare
Sharing permissions.
bSize
Type: SystemInt32
Buffer size.
See Also