VFSDirectoryMovedArgs.VFSDirectoryMovedArgs(VFSDirectoryPath,VFSDirectoryPath).md
June 4, 2025 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSDirectoryMovedArgs
VFSDirectoryMovedArgs(VFSDirectoryPath, VFSDirectoryPath) Constructor
Initializes a new instance of the VFSDirectoryMovedArgs class.
public VFSDirectoryMovedArgs(Atypical.VirtualFileSystem.Core.VFSDirectoryPath sourcePath, Atypical.VirtualFileSystem.Core.VFSDirectoryPath destinationPath);
Parameters
sourcePath VFSDirectoryPath
The source path of the moved directory.
destinationPath VFSDirectoryPath
The destination path of the moved directory.