Safely moves a directory without throwing exceptions.
public static bool TryMoveDirectory(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string sourceDirectoryPath, string destinationDirectoryPath);The virtual file system.
sourceDirectoryPath System.String
The source directory path as a string.
destinationDirectoryPath System.String
The destination directory path as a string.
System.Boolean
True if the directory was moved successfully, false otherwise.