Sublime Forum

Always open files and folders from the same path

#1

How to set up prompt_open_file and prompt_open_folder to always start Open window from the same path.

I’m using Sublime 4 and Windows 11

0 Likes

#2

You can use the "default_dir" setting for this.

1 Like

#3

Yes, its working.

Thanks xD

Can it be set to a variable, so its not hard coded. I tried %HOMEPATH% and %USERPROFILE% but its not working.

0 Likes

#4

No it cannot

1 Like