When I save a document in any editing program, it pops up a save window where I can choose the desired save location by clicking folder names.
Instead of mouse-clicks, I like to input the path name directly using keyboards. For example,
when I want to save a document in the folder of
\Users\myusername\Dropbox\myfoldername
, I want to actually type it.In the current working directory, I want to create a sub-directory and save it. In such a case, I want to actually type something like
subfoldername\filename.ext
, instead of create a new folder and then save.
Is it possible?