Attempts to delete the file at the specified path, returning true if successful.
true
public static bool TryDelete(string path)
true if the file was successfully deleted or does not exist, otherwise false.
false