Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 2.18 KB

File metadata and controls

35 lines (20 loc) · 2.18 KB

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.