Click or drag to resize

FileCreateTransacted Method

Overload List
  NameDescription
Public methodStatic memberCreateTransacted(KernelTransaction, String)
[AlphaFS] Creates or overwrites a file in the specified path.
Public methodStatic memberCreateTransacted(KernelTransaction, String, PathFormat)
[AlphaFS] Creates or overwrites a file in the specified path.
Public methodStatic memberCreateTransacted(KernelTransaction, String, Int32)
[AlphaFS] Creates or overwrites the specified file.
Public methodStatic memberCreateTransacted(KernelTransaction, String, Int32, PathFormat)
[AlphaFS] Creates or overwrites the specified file.
Public methodStatic memberCreateTransacted(KernelTransaction, String, Int32, FileOptions)
[AlphaFS] 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 memberCreateTransacted(KernelTransaction, String, Int32, FileOptions, PathFormat)
[AlphaFS] 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 memberCreateTransacted(KernelTransaction, String, Int32, FileOptions, FileSecurity)
[AlphaFS] 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 memberCreateTransacted(KernelTransaction, String, Int32, FileOptions, FileSecurity, PathFormat)
[AlphaFS] Creates or overwrites the specified file, specifying a buffer size and a FileOptions value that describes how to create or overwrite the file.
Top
See Also