IVFSMove.md

June 4, 2025 · View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts

IVFSMove Interface

Represents the move operations of the virtual file system.

public interface IVFSMove

Derived
IVirtualFileSystem
VFS

Methods
MoveDirectory(VFSDirectoryPath, VFSDirectoryPath)Moves a directory from one location to another.
MoveFile(VFSFilePath, VFSFilePath)Moves a file node from the source path to the destination path. Both paths must be absolute.
Events
DirectoryMovedEvent triggered when a directory is moved.
FileMovedEvent triggered when a file is moved.