Safely copies a file from source to destination, creating parent directories if needed.
public static bool TryCopyFile(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 copied successfully, false otherwise.