Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.37 KB

File metadata and controls

28 lines (18 loc) · 1.37 KB

IVFSRename.RenameDirectory(VFSDirectoryPath, string) Method

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

Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem RenameDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath directoryPath, string newDir);

Parameters

directoryPath VFSDirectoryPath

The path of the directory node.

newDir System.String

The new name of the directory node.

Returns

IVirtualFileSystem
The file system.