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.1
Syntax public override void PathWasRenamed(
string pOldPath,
string pNewPath
)
Public Overrides Sub PathWasRenamed (
pOldPath As String,
pNewPath As String
)
public:
virtual void PathWasRenamed(
String^ pOldPath,
String^ pNewPath
) override
abstract PathWasRenamed :
pOldPath : string *
pNewPath : string -> unit
override PathWasRenamed :
pOldPath : string *
pNewPath : string -> unit
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