Rename a folder using the name of the parent folder

General discussion related to "Everything".
Post Reply
Furballvie
Posts: 2
Joined: Wed Nov 20, 2024 7:38 am

Rename a folder using the name of the parent folder

Post by Furballvie »

If this is possible, what is the correct command?
I tried %FOLDERPATH% but that did not work ...
Thank you for your help :)

Btw - an example would be: Parent Folder "Auntie June", Subfolder "Birthday Pix" - desired new name for Subfolder "Auntie June Birthday Pix"
void
Developer
Posts: 16733
Joined: Fri Oct 16, 2009 11:31 pm

Re: Rename a folder using the name of the parent folder

Post by void »

Not possible with Everything 1.4.

With Everything 1.5, to add the parent name to your filename:
  • Select the file/folder and press Shift + F2.
  • Change the old format to:
    %1
  • Change the new format to:
    $parent-name: %1
  • Review the newly generated filename and click OK.
Advanced Rename
Furballvie
Posts: 2
Joined: Wed Nov 20, 2024 7:38 am

Re: Rename a folder using the name of the parent folder

Post by Furballvie »

I'll try that.
Thank you :)
Post Reply