IFileSystem.WriteAllBytes method

namespace: Serenity   assemblySerenity.Net.Core

Writes all bytes to a file

public void WriteAllBytes(string path, byte[] content)
parameter description
path Path to the file
content Bytes to write

See Also