IVFSRename.md

June 4, 2025 · View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts

IVFSRename Interface

Represents the rename operations of the virtual file system.

public interface IVFSRename

Derived
IVirtualFileSystem
VFS

Methods
RenameDirectory(VFSDirectoryPath, string)Renames a directory node at the specified path. The path must be absolute.
RenameFile(VFSFilePath, string)Renames a file node at the specified path. The path must be absolute.
Events
DirectoryRenamedEvent triggered when a directory is renamed.
FileRenamedEvent triggered when a file is renamed.