Author Topic: Dynamic Documents folder path  (Read 521 times)

Appliance5712

  • Newbie
  • *
  • Posts: 3
    • View Profile
Dynamic Documents folder path
« on: May 10, 2024, 10:28:53 »
I would like to have a tab that points to a folder in the users Documents folder. I do not want it to be an absolute path as I will be sharing a saved tab configuration and I need the path to adapt to whichever user is logged in.

For example "C:\Users\*CURRENT USER*\Documents\Subfolder"

Is there a way I can do this?

Thanks.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4308
    • View Profile
    • Multi Commander
Re: Dynamic Documents folder path
« Reply #1 on: Today at 15:22:25 »
You can use environment variables in path for favorites..

like
C:\Users\%USERNAME%\Documents\Folder
« Last Edit: Today at 15:27:47 by Mathias (Author) »