IFileSystem.DeleteFile method

namespace: Serenity   assemblySerenity.Net.Core

Deletes the file at path

public void DeleteFile(string path)
parameter description
path The path to file

See Also