Force XYplorer to always show full path in the Address Bar?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
michaelbeijer
Posts: 57
Joined: 19 Apr 2014 00:27
Location: Hastings, East Sussex, UK.
Contact:

Force XYplorer to always show full path in the Address Bar?

Post by michaelbeijer »

Is there a way to force XYplorer to always show full paths in the Address Bar?

For example, I don't want to see:

Code: Select all

michaelbeijer\OneDrive\Business\Clients\RENATESCHIPPER\2014-2015\_NEW\Persbericht (ProductWorld)\DELIVERY
I always want to see:

Code: Select all

C:\Users\michaelbeijer\OneDrive\Business\Clients\RENATESCHIPPER\2014-2015\_NEW\Persbericht (ProductWorld)\DELIVERY
When I am in a folder, and want to quickly copy its path, I always have to back up into the parent folder, right-click on the folder I just exited, and click Ctrl+P. If XYplorer could show the full path in the Address Bar, I could just copy it out of there in the first place.
Translator & Terminologist (http://beijer.uk/)
(System: Windows 7, 64-bit, 27" monitor)

aliteralmind
Posts: 261
Joined: 02 Dec 2014 16:49

Re: Force XYplorer to always show full path in the Address B

Post by aliteralmind »

It would be nice to be able to get the absolute path to other stuff more easily as well, such as when you "right-click > Copy path" in a paper folder. With nothing selected, you get

Code: Select all

paper:sublime_projects\Sublime_projects
but I want

Code: Select all

C:\Users\aliteralmind\AppData\Roaming\XYplorer\Paper\sublime_projects\Sublime_projects.txt
(I know there are alternatives, such as with replacing "paper:" with "<xypaper>".)
Last edited by aliteralmind on 13 Jan 2015 19:17, edited 1 time in total.
Windows 8.1, 64-bit

admin
Site Admin
Posts: 60612
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by admin »

Right-click folder in tree, select Copy Path: copies the full path.

michaelbeijer
Posts: 57
Joined: 19 Apr 2014 00:27
Location: Hastings, East Sussex, UK.
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by michaelbeijer »

@admin: But this only works if I you have "Show the 64-bit context menu" unchecked. However, I want to use the 64-bit context menu.
Translator & Terminologist (http://beijer.uk/)
(System: Windows 7, 64-bit, 27" monitor)

admin
Site Admin
Posts: 60612
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by admin »

OK, I could add "Copy Full Path" to the Address Bar icon's context menu. OK?

michaelbeijer
Posts: 57
Joined: 19 Apr 2014 00:27
Location: Hastings, East Sussex, UK.
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by michaelbeijer »

That would be cool! Yes please!

However, I also devised a workaround.

If I change all my Favourites from:

Code: Select all

"OneDrive" michaelbeijer\OneDrive\
"Clients" michaelbeijer\OneDrive\Business\Clients\
"Taxes"  michaelbeijer\OneDrive\Business\Taxes\
to

Code: Select all

"OneDrive" C:\Users\michaelbeijer\OneDrive\
"Clients" C:\Users\michaelbeijer\OneDrive\Business\Clients\
"Taxes"  C:\Users\michaelbeijer\OneDrive\Business\Taxes\
… the full path will always be in the Address Bar.
Translator & Terminologist (http://beijer.uk/)
(System: Windows 7, 64-bit, 27" monitor)

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by bdeshi »

You could add a catalog entry/custom toolbar button (or even a favorite menu item) with a simple script:

Code: Select all

copytext <curpath>;
Or perhaps a more informative one:

Code: Select all

copytext <curpath>; status "current path copied to clipboard: <clipboard>";
edit:
michaelbeijer wrote:That would be cool! Yes please!

However, I also devised a workaround.

If I change all my Favourites from:

Code: Select all

"OneDrive" michaelbeijer\OneDrive\
"Clients" michaelbeijer\OneDrive\Business\Clients\
"Taxes"  michaelbeijer\OneDrive\Business\Taxes\
to

Code: Select all

"OneDrive" C:\Users\michaelbeijer\OneDrive\
"Clients" C:\Users\michaelbeijer\OneDrive\Business\Clients\
"Taxes"  C:\Users\michaelbeijer\OneDrive\Business\Taxes\
… the full path will always be in the Address Bar.
You'll find that easier to do if you goto Tools->List Management->Favorite Folders and click the pencil button, or press F6, in the dialog that opens.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

grindax

Re: Force XYplorer to always show full path in the Address B

Post by grindax »

.
Last edited by grindax on 24 Jan 2016 23:12, edited 1 time in total.

michaelbeijer
Posts: 57
Joined: 19 Apr 2014 00:27
Location: Hastings, East Sussex, UK.
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by michaelbeijer »

SammaySarkar wrote:You'll find that easier to do if you goto Tools->List Management->Favorite Folders and click the pencil button, or press F6, in the dialog that opens.
Yeah, thanks, I was actually already doing it that way, but by right-clicking on the yellow Favourites star icon, selecting "Customize", and clicking the pencil! Very cool feature btw!
Translator & Terminologist (http://beijer.uk/)
(System: Windows 7, 64-bit, 27" monitor)

admin
Site Admin
Posts: 60612
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Force XYplorer to always show full path in the Address B

Post by admin »

grindax wrote:
admin wrote:OK, I could add "Copy Full Path" to the Address Bar icon's context menu. OK?
I suggest 'Copy Real Path' for consistency with the BC Bar. And just like the BC Bar, only show that option when applicable.
Righty, thanks.

Post Reply