Safely copies a directory and all its contents recursively.
public static bool TryCopyDirectory(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 copied successfully, false otherwise.