Click or drag to resize

FileWriteAllBytesTransacted Method

Overload List
  NameDescription
Public methodStatic memberWriteAllBytesTransacted(KernelTransaction, String, Byte)
[AlphaFS] Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Public methodStatic memberWriteAllBytesTransacted(KernelTransaction, String, Byte, PathFormat)
[AlphaFS] Creates a new file, writes the specified byte array to the file, and then closes the file. If the target file already exists, it is overwritten.
Top
See Also