IFileSystem.WriteAllText method

namespace: Serenity   assemblySerenity.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