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;
}
In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
As opposed to something like from mspaint
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
add a comment |
In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
As opposed to something like from mspaint
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
add a comment |
In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
As opposed to something like from mspaint
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
In Windows, there are dialogs for saving files with no address bar, like the following from notepad++
As opposed to something like from mspaint
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
windows save-as
asked Feb 4 at 13:51
bugybunnybugybunny
7181515
7181515
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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:
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.)
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.
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".
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 theCopy as path
action. I was just asking myself, how I get this extended menu when I already need to pressShift
for the context menu.
– bugybunny
Feb 4 at 14:17
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
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.)
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.
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".
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 theCopy as path
action. I was just asking myself, how I get this extended menu when I already need to pressShift
for the context menu.
– bugybunny
Feb 4 at 14:17
add a comment |
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:
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.)
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.
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".
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 theCopy as path
action. I was just asking myself, how I get this extended menu when I already need to pressShift
for the context menu.
– bugybunny
Feb 4 at 14:17
add a comment |
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:
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.)
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.
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".
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:
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.)
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.
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".
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 theCopy as path
action. I was just asking myself, how I get this extended menu when I already need to pressShift
for the context menu.
– bugybunny
Feb 4 at 14:17
add a comment |
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 theCopy as path
action. I was just asking myself, how I get this extended menu when I already need to pressShift
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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