IVFSMove.MoveDirectory(VFSDirectoryPath,VFSDirectoryPath).md

June 4, 2025 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts.IVFSMove

IVFSMove.MoveDirectory(VFSDirectoryPath, VFSDirectoryPath) Method

Moves a directory from one location to another.

Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystem MoveDirectory(Atypical.VirtualFileSystem.Core.VFSDirectoryPath sourceDirectoryPath, Atypical.VirtualFileSystem.Core.VFSDirectoryPath destinationDirectoryPath);

Parameters

sourceDirectoryPath VFSDirectoryPath

The source directory path.

destinationDirectoryPath VFSDirectoryPath

The destination directory path.

Returns

IVirtualFileSystem
The virtual file system.