Get currently opened path in Save As dialog with no address bar





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
Save As dialog without address bar



As opposed to something like from mspaint Save As dialog with address bar



I suppose the dialog from the first screenshot is also Windows standard and not something the notepad++ dev wrote, just an that the dev can pass what kind of dialog Windows should show.



For the second one it‘s easy to get the path for the currently selected folder. Is there also one for first? I have a file opened somewhere and normally I choose the Save As… option and then Ctrl+L, Ctrl+C to get the path and open in. I don’t want to open this deeply nested folder structure again folder by folder.



So my question: is there a way to get the path or open the explorer at the currently selected folder for this kind of Save As dialog? This question is not exclusive for notepad++, I guess there are easy ways in notepad++ to get the path for the current file. It was just the first program I had open when I was looking for a solution for this. I would like to have a general solution.



My solution for now is this: I have Listary installed and just bring up the Listary dialog and search for the folder name. Might be annoying though if there are many matching folders and I’m not too happy with this solution.










share|improve this question





























    1















    In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
    Save As dialog without address bar



    As opposed to something like from mspaint Save As dialog with address bar



    I suppose the dialog from the first screenshot is also Windows standard and not something the notepad++ dev wrote, just an that the dev can pass what kind of dialog Windows should show.



    For the second one it‘s easy to get the path for the currently selected folder. Is there also one for first? I have a file opened somewhere and normally I choose the Save As… option and then Ctrl+L, Ctrl+C to get the path and open in. I don’t want to open this deeply nested folder structure again folder by folder.



    So my question: is there a way to get the path or open the explorer at the currently selected folder for this kind of Save As dialog? This question is not exclusive for notepad++, I guess there are easy ways in notepad++ to get the path for the current file. It was just the first program I had open when I was looking for a solution for this. I would like to have a general solution.



    My solution for now is this: I have Listary installed and just bring up the Listary dialog and search for the folder name. Might be annoying though if there are many matching folders and I’m not too happy with this solution.










    share|improve this question

























      1












      1








      1








      In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
      Save As dialog without address bar



      As opposed to something like from mspaint Save As dialog with address bar



      I suppose the dialog from the first screenshot is also Windows standard and not something the notepad++ dev wrote, just an that the dev can pass what kind of dialog Windows should show.



      For the second one it‘s easy to get the path for the currently selected folder. Is there also one for first? I have a file opened somewhere and normally I choose the Save As… option and then Ctrl+L, Ctrl+C to get the path and open in. I don’t want to open this deeply nested folder structure again folder by folder.



      So my question: is there a way to get the path or open the explorer at the currently selected folder for this kind of Save As dialog? This question is not exclusive for notepad++, I guess there are easy ways in notepad++ to get the path for the current file. It was just the first program I had open when I was looking for a solution for this. I would like to have a general solution.



      My solution for now is this: I have Listary installed and just bring up the Listary dialog and search for the folder name. Might be annoying though if there are many matching folders and I’m not too happy with this solution.










      share|improve this question














      In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
      Save As dialog without address bar



      As opposed to something like from mspaint Save As dialog with address bar



      I suppose the dialog from the first screenshot is also Windows standard and not something the notepad++ dev wrote, just an that the dev can pass what kind of dialog Windows should show.



      For the second one it‘s easy to get the path for the currently selected folder. Is there also one for first? I have a file opened somewhere and normally I choose the Save As… option and then Ctrl+L, Ctrl+C to get the path and open in. I don’t want to open this deeply nested folder structure again folder by folder.



      So my question: is there a way to get the path or open the explorer at the currently selected folder for this kind of Save As dialog? This question is not exclusive for notepad++, I guess there are easy ways in notepad++ to get the path for the current file. It was just the first program I had open when I was looking for a solution for this. I would like to have a general solution.



      My solution for now is this: I have Listary installed and just bring up the Listary dialog and search for the folder name. Might be annoying though if there are many matching folders and I’m not too happy with this solution.







      windows save-as






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 4 at 13:51









      bugybunnybugybunny

      7181515




      7181515






















          1 Answer
          1






          active

          oldest

          votes


















          2














          The first dialog you show is indeed standard; it's the "traditional" Open/Save dialog template used since Windows 95, only with slight extensions over time – e.g. Windows 2000/XP added the sidebar. (Meanwhile the second dialog is the "modern" template used since Windows Vista. There's even the historical Windows 3.11 dialog still available somewhere.)



          Starting with Windows 98, the file area in this dialog is already a mini Explorer window; you can perform any operations such as renaming files, copying or moving them (both within the dialog or even into/out of the dialog), etc.



          Right-clicking a file, or empty space in icon/list views, will give you the same context menu as Explorer would – with a "Properties" item among others. And if you open the Properties page of any item, you'll be able to copy the path of its parent folder:



          "Open file" dialog in Windows 2000, showing the context menu of empty folder areaA folder's "Properties" dialog in Windows 2000, with its "parent location" highlighted



          But it's easier to just go upwards one level, and right-click the folder you just came from: its context menu will always contain an option to open it in a full-size Explorer window, usually labelled Open in new window in new Windows versions. (In older systems, both Open and Explore are suitable.)



          Context menu of a folder in Windows 2000, showing "Open" and "Explore" menu items among othersContext menu of a folder in Windows 2012, showing "Open in new window" among other menu items



          Finally, on Windows Vista and later, you can directly Shift+right-click any file or folder and get a hidden "Copy as path" menu item which gives you the full path to that object.



          Extended context menu of a file in Windows 2012, with the "Copy as path" menu item highlighted



          Oh, and after you save a file, most programs will automatically have it appear as a shortcut in "Recent Items". Open that folder through Start → Run → shell:recent and sort by date; if you see the shortcut to your brand new file, right-click and select "Open file location".



          Context menu of a shortcut within the Windows "Recent Items" folder, showing "Open file location"






          share|improve this answer


























          • Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

            – bugybunny
            Feb 4 at 14:07











          • For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

            – bugybunny
            Feb 4 at 14:17












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1401867%2fget-currently-opened-path-in-save-as-dialog-with-no-address-bar%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          2














          The first dialog you show is indeed standard; it's the "traditional" Open/Save dialog template used since Windows 95, only with slight extensions over time – e.g. Windows 2000/XP added the sidebar. (Meanwhile the second dialog is the "modern" template used since Windows Vista. There's even the historical Windows 3.11 dialog still available somewhere.)



          Starting with Windows 98, the file area in this dialog is already a mini Explorer window; you can perform any operations such as renaming files, copying or moving them (both within the dialog or even into/out of the dialog), etc.



          Right-clicking a file, or empty space in icon/list views, will give you the same context menu as Explorer would – with a "Properties" item among others. And if you open the Properties page of any item, you'll be able to copy the path of its parent folder:



          "Open file" dialog in Windows 2000, showing the context menu of empty folder areaA folder's "Properties" dialog in Windows 2000, with its "parent location" highlighted



          But it's easier to just go upwards one level, and right-click the folder you just came from: its context menu will always contain an option to open it in a full-size Explorer window, usually labelled Open in new window in new Windows versions. (In older systems, both Open and Explore are suitable.)



          Context menu of a folder in Windows 2000, showing "Open" and "Explore" menu items among othersContext menu of a folder in Windows 2012, showing "Open in new window" among other menu items



          Finally, on Windows Vista and later, you can directly Shift+right-click any file or folder and get a hidden "Copy as path" menu item which gives you the full path to that object.



          Extended context menu of a file in Windows 2012, with the "Copy as path" menu item highlighted



          Oh, and after you save a file, most programs will automatically have it appear as a shortcut in "Recent Items". Open that folder through Start → Run → shell:recent and sort by date; if you see the shortcut to your brand new file, right-click and select "Open file location".



          Context menu of a shortcut within the Windows "Recent Items" folder, showing "Open file location"






          share|improve this answer


























          • Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

            – bugybunny
            Feb 4 at 14:07











          • For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

            – bugybunny
            Feb 4 at 14:17
















          2














          The first dialog you show is indeed standard; it's the "traditional" Open/Save dialog template used since Windows 95, only with slight extensions over time – e.g. Windows 2000/XP added the sidebar. (Meanwhile the second dialog is the "modern" template used since Windows Vista. There's even the historical Windows 3.11 dialog still available somewhere.)



          Starting with Windows 98, the file area in this dialog is already a mini Explorer window; you can perform any operations such as renaming files, copying or moving them (both within the dialog or even into/out of the dialog), etc.



          Right-clicking a file, or empty space in icon/list views, will give you the same context menu as Explorer would – with a "Properties" item among others. And if you open the Properties page of any item, you'll be able to copy the path of its parent folder:



          "Open file" dialog in Windows 2000, showing the context menu of empty folder areaA folder's "Properties" dialog in Windows 2000, with its "parent location" highlighted



          But it's easier to just go upwards one level, and right-click the folder you just came from: its context menu will always contain an option to open it in a full-size Explorer window, usually labelled Open in new window in new Windows versions. (In older systems, both Open and Explore are suitable.)



          Context menu of a folder in Windows 2000, showing "Open" and "Explore" menu items among othersContext menu of a folder in Windows 2012, showing "Open in new window" among other menu items



          Finally, on Windows Vista and later, you can directly Shift+right-click any file or folder and get a hidden "Copy as path" menu item which gives you the full path to that object.



          Extended context menu of a file in Windows 2012, with the "Copy as path" menu item highlighted



          Oh, and after you save a file, most programs will automatically have it appear as a shortcut in "Recent Items". Open that folder through Start → Run → shell:recent and sort by date; if you see the shortcut to your brand new file, right-click and select "Open file location".



          Context menu of a shortcut within the Windows "Recent Items" folder, showing "Open file location"






          share|improve this answer


























          • Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

            – bugybunny
            Feb 4 at 14:07











          • For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

            – bugybunny
            Feb 4 at 14:17














          2












          2








          2







          The first dialog you show is indeed standard; it's the "traditional" Open/Save dialog template used since Windows 95, only with slight extensions over time – e.g. Windows 2000/XP added the sidebar. (Meanwhile the second dialog is the "modern" template used since Windows Vista. There's even the historical Windows 3.11 dialog still available somewhere.)



          Starting with Windows 98, the file area in this dialog is already a mini Explorer window; you can perform any operations such as renaming files, copying or moving them (both within the dialog or even into/out of the dialog), etc.



          Right-clicking a file, or empty space in icon/list views, will give you the same context menu as Explorer would – with a "Properties" item among others. And if you open the Properties page of any item, you'll be able to copy the path of its parent folder:



          "Open file" dialog in Windows 2000, showing the context menu of empty folder areaA folder's "Properties" dialog in Windows 2000, with its "parent location" highlighted



          But it's easier to just go upwards one level, and right-click the folder you just came from: its context menu will always contain an option to open it in a full-size Explorer window, usually labelled Open in new window in new Windows versions. (In older systems, both Open and Explore are suitable.)



          Context menu of a folder in Windows 2000, showing "Open" and "Explore" menu items among othersContext menu of a folder in Windows 2012, showing "Open in new window" among other menu items



          Finally, on Windows Vista and later, you can directly Shift+right-click any file or folder and get a hidden "Copy as path" menu item which gives you the full path to that object.



          Extended context menu of a file in Windows 2012, with the "Copy as path" menu item highlighted



          Oh, and after you save a file, most programs will automatically have it appear as a shortcut in "Recent Items". Open that folder through Start → Run → shell:recent and sort by date; if you see the shortcut to your brand new file, right-click and select "Open file location".



          Context menu of a shortcut within the Windows "Recent Items" folder, showing "Open file location"






          share|improve this answer















          The first dialog you show is indeed standard; it's the "traditional" Open/Save dialog template used since Windows 95, only with slight extensions over time – e.g. Windows 2000/XP added the sidebar. (Meanwhile the second dialog is the "modern" template used since Windows Vista. There's even the historical Windows 3.11 dialog still available somewhere.)



          Starting with Windows 98, the file area in this dialog is already a mini Explorer window; you can perform any operations such as renaming files, copying or moving them (both within the dialog or even into/out of the dialog), etc.



          Right-clicking a file, or empty space in icon/list views, will give you the same context menu as Explorer would – with a "Properties" item among others. And if you open the Properties page of any item, you'll be able to copy the path of its parent folder:



          "Open file" dialog in Windows 2000, showing the context menu of empty folder areaA folder's "Properties" dialog in Windows 2000, with its "parent location" highlighted



          But it's easier to just go upwards one level, and right-click the folder you just came from: its context menu will always contain an option to open it in a full-size Explorer window, usually labelled Open in new window in new Windows versions. (In older systems, both Open and Explore are suitable.)



          Context menu of a folder in Windows 2000, showing "Open" and "Explore" menu items among othersContext menu of a folder in Windows 2012, showing "Open in new window" among other menu items



          Finally, on Windows Vista and later, you can directly Shift+right-click any file or folder and get a hidden "Copy as path" menu item which gives you the full path to that object.



          Extended context menu of a file in Windows 2012, with the "Copy as path" menu item highlighted



          Oh, and after you save a file, most programs will automatically have it appear as a shortcut in "Recent Items". Open that folder through Start → Run → shell:recent and sort by date; if you see the shortcut to your brand new file, right-click and select "Open file location".



          Context menu of a shortcut within the Windows "Recent Items" folder, showing "Open file location"







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 4 at 14:32

























          answered Feb 4 at 14:03









          grawitygrawity

          244k37515575




          244k37515575













          • Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

            – bugybunny
            Feb 4 at 14:07











          • For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

            – bugybunny
            Feb 4 at 14:17



















          • Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

            – bugybunny
            Feb 4 at 14:07











          • For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

            – bugybunny
            Feb 4 at 14:17

















          Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

          – bugybunny
          Feb 4 at 14:07





          Such a simple solution. I knew about all the “tricks” but didn’t put them together. Also +1 for the additional history lesson.

          – bugybunny
          Feb 4 at 14:07













          For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

          – bugybunny
          Feb 4 at 14:17





          For keyboard people who don’t have a context menu key: Shift+F10 also brings the extended menu with the Copy as path action. I was just asking myself, how I get this extended menu when I already need to press Shift for the context menu.

          – bugybunny
          Feb 4 at 14:17


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1401867%2fget-currently-opened-path-in-save-as-dialog-with-no-address-bar%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Plaza Victoria

          In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

          How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...