Click or drag to resize
FileWriteAllBytes Method
Overload List
  NameDescription
Public methodStatic memberWriteAllBytes(String, Byte)
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 memberWriteAllBytes(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.
Public methodStatic memberWriteAllBytes(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 memberWriteAllBytes(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