Renames a file node at the specified path. The path must be absolute.
public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem RenameFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath, string newName);filePath VFSFilePath
The path of the file node.
newName System.String
The new name of the file node.
Implements RenameFile(VFSFilePath, string)
IVirtualFileSystem
The file system.