pub fn cleanup_path(path: &Path) -> Result<(), Box<FsError>>Expand description
Removes path if it exists.
If immediate deletion fails and the path has a file name, the item is moved aside to a deferred-delete path so cleanup can continue later. On Windows, directory reparse points are removed without recursively walking their target.