IFileSystem.WriteAllText method
namespace: Serenity assembly: Serenity.Net.Core
Writes content to a file
public void WriteAllText(string path, string content, Encoding encoding = null)
| parameter | description |
|---|---|
| path | Path to the file |
| content | Content |
| encoding | Optional encoding |
See Also
- interface IFileSystem