the default path for save_as command

Post Reply
SamC
Posts: 207
Joined: 12.08.2023 00:49

the default path for save_as command

Post by SamC »

Hello,
How to change the default path for "save as" command?
Thanks!
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: the default path for save_as command

Post by main Alexey »

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.
SamC
Posts: 207
Joined: 12.08.2023 00:49

Re: the default path for save_as command

Post by SamC »

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.
Thanks, can I find these in wiki? I didn't find it today.
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: the default path for save_as command

Post by main Alexey »

why the wiki? wiki is _not_ the place to describe all options.
it is listed in 'settings_default/default.json'.
SamC
Posts: 207
Joined: 12.08.2023 00:49

Re: the default path for save_as command

Post by SamC »

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'.
Got it, Thanks!
Post Reply