VFSNode.UpdatePath(VFSPath).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSNode
VFSNode.UpdatePath(VFSPath) Method
Updates the path of the node.
public virtual Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode UpdatePath(Atypical.VirtualFileSystem.Core.VFSPath path);
Parameters
path VFSPath
The new path of the node.
Implements UpdatePath(VFSPath)