Renames a file using string paths.
public static Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem RenameFile(this Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem vfs, string filePath, string newName);The virtual file system.
filePath System.String
The file path as a string.
newName System.String
The new file name.
IVirtualFileSystem
The virtual file system for method chaining.