IFileSystem.WriteAllBytes method
namespace: Serenity assembly: Serenity.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
- interface IFileSystem