Attempts to recursively delete the directory at the specified path, returning true if successful.
true
public static bool TryDelete(string path)
true if the directory was successfully deleted, otherwise false.
false