FileCreate Method |
Name | Description | |
---|---|---|
Create(String) | Creates or overwrites a file in the specified path. | |
Create(String, PathFormat) | Creates or overwrites a file in the specified path. | |
Create(String, Int32) | Creates or overwrites the specified file. | |
Create(KernelTransaction, String) | Creates or overwrites a file in the specified path. | |
Create(String, Int32, PathFormat) | 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(KernelTransaction, String, PathFormat) | Creates or overwrites a file in the specified path. | |
Create(KernelTransaction, String, Int32) | Creates or overwrites the specified file. | |
Create(String, Int32, FileOptions, PathFormat) |
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, specifying a buffer size and a
FileOptions value that describes how to create or overwrite the file.
| |
Create(KernelTransaction, String, Int32, PathFormat) | Creates or overwrites the specified file. | |
Create(KernelTransaction, 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, PathFormat) |
Creates or overwrites the specified file, specifying a buffer size and a
FileOptions value that describes how to create or overwrite the file.
| |
Create(KernelTransaction, String, Int32, FileOptions, PathFormat) |
Creates or overwrites the specified file, specifying a buffer size and a
FileOptions value that describes how to create or overwrite the file.
| |
Create(KernelTransaction, String, Int32, FileOptions, FileSecurity) |
Creates or overwrites the specified file, specifying a buffer size and a
FileOptions value that describes how to create or overwrite the file.
| |
Create(KernelTransaction, String, Int32, FileOptions, FileSecurity, PathFormat) |
Creates or overwrites the specified file, specifying a buffer size and a
FileOptions value that describes how to create or overwrite the file.
|