Click or drag to resize
FileCreate Method
Overload List
  NameDescription
Public methodStatic memberCreate(String)
Creates or overwrites a file in the specified path.
Public methodStatic memberCreate(String, Int32)
Creates or overwrites the specified file.
Public methodStatic memberCreate(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.
Public methodStatic memberCreate(String, Int32, FileOptions, FileSecurity)
Creates or overwrites the specified file with the specified buffer size, file options, and file security.
Top
See Also