IFileSystem.CreateFile method

namespace: Serenity   assemblySerenity.Net.Core

Creates a file for writing or optionally overwrites if exists

public Stream CreateFile(string path, bool overwrite = true)
parameter description
path Path
overwrite Overwrite if file exists

See Also