Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.46 KB

File metadata and controls

28 lines (18 loc) · 1.46 KB

IVFSMove.MoveFile(VFSFilePath, VFSFilePath) Method

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

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.

Returns

IVirtualFileSystem
The file system.