FileWriteAllBytes Method |
Name | Description | |
---|---|---|
WriteAllBytes(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.
| |
WriteAllBytes(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.
| |
WriteAllBytes(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.
| |
WriteAllBytes(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.
|