File::Create Method

 

Creates a file in the specified path.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(String^)

Creates or overwrites a file in the specified path.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, Int32)

Creates or overwrites the specified file.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, Int32, FileOptions)

Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.

System_CAPS_pubmethodSystem_CAPS_staticCreate(String^, Int32, FileOptions, FileSecurity^)

Creates or overwrites the specified file with the specified buffer size, file options, and file security.

Return to top
Show: