ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamSelectionList.PathWasRenamed Method

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

Syntax
Pascal
procedure PathWasRenamed(const pOldPath: UnicodeString; const pNewPath: UnicodeString); virtual;
Parameters 
Description 
const pOldPath: UnicodeString 
The full file system path of the path before it was renamed. 
const pNewPath: UnicodeString 
The full file path of the new name. 
Copyright (c) 2011. All rights reserved.