File.

Create(string, int, FileOptions, FileSecurity) Method

Assembly
Pri.LongPath.dll
Namespace
Pri.LongPath
Containing Type
File

Syntax

public static FileStream Create(string path, int bufferSize, FileOptions options, FileSecurity fileSecurity)

Parameters

Name Type Description
path string
bufferSize int
options FileOptions
fileSecurity FileSecurity

Return Value

Type Description
FileStream