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