The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
File::Create Method
.NET Framework (current version)
Creates a file in the specified path.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String^) | Creates or overwrites a file in the specified path. |
![]() ![]() | Create(String^, Int32) | Creates or overwrites the specified file. |
![]() ![]() | Create(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. |
![]() ![]() | Create(String^, Int32, FileOptions, FileSecurity^) | Creates or overwrites the specified file with the specified buffer size, file options, and file security. |
Show:

