ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamSelectionList.PathWasRenamed

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

Syntax
Pascal
procedure PathWasRenamed(const pOldPath: String; const pNewPath: String); virtual;
Parameters 
Description 
const pOldPath: String 
The full file system path of the path before it was renamed. 
const pNewPath: String 
The full file path of the new name.