FileUtility.Delete method

Deletes the specified file, even if it is marked read-only.

public static void Delete(string path)
parameter description
path The name of the file to be deleted.

See Also