Hello,
How to change the default path for "save as" command?
Thanks!
the default path for save_as command
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: the default path for save_as command
Option "ui_open_dir".
Initial folder of Open/Save-as dialog.
Has character(s), each character is a step to detect the folder.
'p': If project is opened: selected folder in the Project Manager.
'q': If project is opened: folder of the "projectname.cuda-proj" file.
'f': Folder of focused UI-tab, if it's named.
'l': Last user-chosen folder in the Open/Save-as dialog.
'i': Value of option "ui_initial_dir", if not empty.
'h': OS home folder.
Re: the default path for save_as command
Thanks, can I find these in wiki? I didn't find it today.main Alexey wrote: ↑25.10.2023 07:17 Option "ui_open_dir".Initial folder of Open/Save-as dialog.
Has character(s), each character is a step to detect the folder.
'p': If project is opened: selected folder in the Project Manager.
'q': If project is opened: folder of the "projectname.cuda-proj" file.
'f': Folder of focused UI-tab, if it's named.
'l': Last user-chosen folder in the Open/Save-as dialog.
'i': Value of option "ui_initial_dir", if not empty.
'h': OS home folder.
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: the default path for save_as command
why the wiki? wiki is _not_ the place to describe all options.
it is listed in 'settings_default/default.json'.
it is listed in 'settings_default/default.json'.
Re: the default path for save_as command
Got it, Thanks!main Alexey wrote: ↑25.10.2023 08:41 why the wiki? wiki is _not_ the place to describe all options.
it is listed in 'settings_default/default.json'.