VFS.MoveFile(VFSFilePath,VFSFilePath).md

June 4, 2025 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFS

VFS.MoveFile(VFSFilePath, VFSFilePath) Method

Moves a file node from the source path to the destination path. Both paths must be absolute.

public Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem MoveFile(Atypical.VirtualFileSystem.Core.VFSFilePath sourceFilePath, Atypical.VirtualFileSystem.Core.VFSFilePath destinationFilePath);

Parameters

sourceFilePath VFSFilePath

The source path of the file node.

destinationFilePath VFSFilePath

The destination path of the file node.

Implements MoveFile(VFSFilePath, VFSFilePath)

Returns

IVirtualFileSystem
The file system.