VFSFileRenamedArgs.VFSFileRenamedArgs(VFSFilePath,string,string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSFileRenamedArgs

VFSFileRenamedArgs(VFSFilePath, string, string) Constructor

Initializes a new instance of the VFSFileRenamedArgs class.

public VFSFileRenamedArgs(Atypical.VirtualFileSystem.Core.VFSFilePath path, string oldName, string newName);

Parameters

path VFSFilePath

The path of the renamed file.

oldName System.String

The old name of the renamed file.

newName System.String

The new name of the renamed file.