VFSDirectoryRenamedArgs.VFSDirectoryRenamedArgs(VFSDirectoryPath,string,string,VFSDirectoryPath).md

February 27, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSDirectoryRenamedArgs

VFSDirectoryRenamedArgs(VFSDirectoryPath, string, string, VFSDirectoryPath) Constructor

Initializes a new instance of the VFSDirectoryRenamedArgs class.

public VFSDirectoryRenamedArgs(Atypical.VirtualFileSystem.Core.VFSDirectoryPath path, string oldName, string newName, Atypical.VirtualFileSystem.Core.VFSDirectoryPath newPath);

Parameters

path VFSDirectoryPath

The path of the renamed directory.

oldName System.String

The old name of the renamed directory.

newName System.String

The new name of the renamed directory.

newPath VFSDirectoryPath

The new path of the renamed directory.