Skip to content

IFileSystem.DeleteFile method

Deletes the file at the specified path.

public void DeleteFile(string path)
parameter description
path The path of the file to delete.

See Also