Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.29 KB

File metadata and controls

28 lines (18 loc) · 1.29 KB

IVFSRename.RenameFile(VFSFilePath, string) Method

Renames a file node at the specified path. The path must be absolute.

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.

Returns

IVirtualFileSystem
The file system.