Click or drag to resize

PathSelectionListPathWasRenamed Method

Searches the path in the selected files and if found, replaces it by the new name within the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override void PathWasRenamed(
	string pOldPath,
	string pNewPath
)

Parameters

pOldPath
Type: SystemString
The full file system path of the path before it was renamed.
pNewPath
Type: SystemString
The full file path of the new name.
See Also