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