I'm trying to figure out a way of renaming files to a variant of their full path. Specifically I'd like to be able to rename d:\rive\path1\subd1\subd2\file.ext to rive-path1-subd1-subd2-file.ext
I have tried using the file mask [G]-[P]-[N], but that only goes up one level, so my renamed file would be subd1-subd2-file.ext which is missing the top two levels. Any idea how I could do this? rename the file with the full path, using - instead of \.
Multi Rename Tool: rename with parts from path?
Moderators: Hacker, petermad, Stefan2, white
Try these settings
Code: Select all
Mask [=tc.path][N]
Ext [E]
Search for \
Replace with -