Duplicate access of settings file from multiple accounts #23
Replies: 1 comment 1 reply
-
Edit: Gonna convert this to a discussion It will first look for the config file in the same directory as the script/exe. If it doesn't find it, it will then look for it in the user's AppData roaming directory in a folder called "Explorer-Dialog-Path-Selector". Though you could change the AppData folder name or even the config file name in the script by editing these values):
If a settings file is loaded and you change and save the settings, it will update the file wherever it was loaded. If you save the settings when no settings file was loaded, then it will first try to save next to the script/exe, and then if it can't it will go in the AppData folder. Assuming the following:
Then I can think of a few options:
|
Beta Was this translation helpful? Give feedback.
-
I know you mentioned config paths and such in your video, if I am using the exe and have set it up, what is the best way to duplicate the settings. Can I just drop a config file in a specific path? I would mostly use this as admin but sometimes under a limited user so I know that plays into install directories and config locations. Thanks again having that favorites bar is freaking awesome!
Beta Was this translation helpful? Give feedback.
All reactions