Skip to content

IFileSystem.WriteAllBytes method

Writes all bytes to the file at the specified path.

public void WriteAllBytes(string path, byte[] content)
parameter description
path The path of the file.
content The bytes to write.

See Also