Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.41 KB

File metadata and controls

30 lines (19 loc) · 1.41 KB

VFS.RenameFile(VFSFilePath, string) Method

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);

Parameters

filePath VFSFilePath

The path of the file node.

newName System.String

The new name of the file node.

Implements RenameFile(VFSFilePath, string)

Returns

IVirtualFileSystem
The file system.