Is it possible to rename files to include the whole path name?
I have used parent [P] and grandparent [G] folder name, but I need to include the whole path - gran grandparents as well.
rename files using full path
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Yes, you can use:
However, you need to replace the colon ":" and all backslashes "\" by something else, otherwise you will get a rename error. Example:
Replaces the colon by a dot, and the backslash by an underscore.
Code: Select all
[=tc.Path][N]
Code: Select all
Search for: :|\
Replace by: .|_
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com