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 (in ShellBrowser.dll) Version: 7.0
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