Catalog indirekt folder shortcut Problem
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Catalog indirekt folder shortcut Problem
OS: XP and Vista 32Bit (Maybe 64Bit too)
XYplorer: v7.90.0125
Hello,
since the last update something changed at the Catalog for shortcuts to folders. I use an usb-drive ( and cant tell for sure the drive letter.) I have folder shortcuts to my usb drive and have done this with indirect Path. So the base from and indirect path was always the xyplorer.exe. Example: ..\..\Dokumente\ -> G:\Dokumente\ (independent from drive letter).
Now the base is the actual selected folder, that's wrong. Example: I'm now at C:\windows using shortcut ..\..\Dokumente\ and get now the error Could not find Location.
Exist there an variable for the drive letter on which xyplorer is running (like %windir% -> %xydir%)?
Greetings sweety
XYplorer: v7.90.0125
Hello,
since the last update something changed at the Catalog for shortcuts to folders. I use an usb-drive ( and cant tell for sure the drive letter.) I have folder shortcuts to my usb drive and have done this with indirect Path. So the base from and indirect path was always the xyplorer.exe. Example: ..\..\Dokumente\ -> G:\Dokumente\ (independent from drive letter).
Now the base is the actual selected folder, that's wrong. Example: I'm now at C:\windows using shortcut ..\..\Dokumente\ and get now the error Could not find Location.
Exist there an variable for the drive letter on which xyplorer is running (like %windir% -> %xydir%)?
Greetings sweety
Last edited by sweety on 24 Feb 2009 10:55, edited 1 time in total.
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: Catalog indirekt folder shortcut Problem
Did you see this thread which is most likely related?
http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=3347
http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=3347
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
Re: Catalog indirekt folder shortcut Problem
so now i lost the ability for portable shortcuts did i get it right? -.-
Re: Catalog indirekt folder shortcut Problem
No, you just need to adjust your relative path's using the variable <xypath>.sweety wrote:so now i lost the ability for portable shortcuts did i get it right? -.-
Ralph 
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)
(OS: W11 24H2 Home x64 - XY: Current x32 beta - Office 2024 32-bit - Display: 1920x1080 @ 125%)
Re: Catalog indirekt folder shortcut Problem
or use the '?' for the USB drive letter where XY is running from. E.g.:
Code: Select all
?:\Dokumente\bla.docRe: Catalog indirekt folder shortcut Problem
Code: Select all
?:\DokumenteCode: Select all
<xypath>sorry but at the moment none of those indirect helper variables work. Maybe i do it wrong, so i added an screenshot for "?:\" Solution. If you browsing currently drive C it replace ?:\ with C:\ on drive D with D:\ and so on
- Attachments
-
- SettingsForShortcut.png (14.58 KiB) Viewed 3576 times
Re: Catalog indirekt folder shortcut Problem
Indeedsweety wrote:doesn't work it chose the drive which you are currently browsingCode: Select all
?:\Dokumente
Re: Catalog indirekt folder shortcut Problem
Since i use xyplorer i did not get those things running with "?:\" or "<xyplorer>" so i always used "..\" Thanks for the fast answer and making the problem clear 
Re: Catalog indirekt folder shortcut Problem
i just checked v7.90.0124 and with that version '?' works as expected. So i bet all my money that it has something to do with the ".." change in 7.90.0125:
Code: Select all
v7.90.0125 - 2009-02-21 13:18
* Address Bar, Go To dialog, Find Files Location field: From now on,
relative paths are resolved relative to the current path. Before,
they had been resolved relative to the application path.
Note that in Address Bar and Go To, you now can use ".." to go
upwards.Re: Catalog indirekt folder shortcut Problem
No it's not really a bug. This syntax (?:\Folder) was part of the relative syntax feature, which as of .0125 doesn't relate to <xypath> but <curpath> as you pointed out, so it actually makes sense / is the expected behavior now.Pagat wrote:Indeedsweety wrote:doesn't work it chose the drive which you are currently browsingCode: Select all
?:\Dokumente. It should work and therefore that's a bug. Unfortunately i don't now how long the bug exists already since i'm not using this relative syntax. But i'm pretty sure it will be fixed soon.
That said, we could say that maybe this syntax (?:\Folder) should always relate to the drive XY.exe is running from, even when the other one (..\..) relates to the current location, which I think would make sense indeed, but that would fall under the wish category I believe
As for the use of <xypath> I'd say it'd be nice if it worked yes, not sure if it's supposed to already or not. I'd guess so, since the script "goto <xypath>" does work, so maybe XY variables should always be resolved for Go To stuff (Go To, AB, etc) even outside of a script. Though there's a bug with that, if you try this one: goto "<xypath>\..\";
Then XY has the current location as e.g. "D:\Program Files\XYplorer\.." instead of simply "D:\Program Files"
Proud XYplorer Fanatic
Re: Catalog indirekt folder shortcut Problem
Well.. i disagreejacky wrote:No it's not really a bug. This syntax (?:\Folder) was part of the relative syntax feature, which as of .0125 doesn't relate to <xypath> but <curpath> as you pointed out, so it actually makes sense / is the expected behavior now.
I just checked the help file once again (the section about PFA) and (for me) it clearly states that there is:
- The '?' feature to get XY's drive letter
- The ".." feature for folders relative to <xypath>
Therefore i assumed that only the ".." feature was changed and that "?" still can be used for XY's drive letter. And i'm definitely with you that it should work that way (Only that for me it falls under the bug category
Re: Catalog indirekt folder shortcut Problem
In my opinion, this needs to be implemented as an option, with the default value being relative to XY, ASAP.
Changing the base for this may be a small change in code but it affects a lot of user defined functionality.
Scripts
UDC
Catalog
PFA/POM
Favorite/Highlighted/Boxed Folders
MRU entries all over the place.
With all the other big changes that are apparently going to happen in the next official/stable release I don't think breaking all of the above should happen. As an option it would give us users the chance to keep the old behavior and switch to the new when we have the time and have updated our paths and so desire it.
Changing the base for this may be a small change in code but it affects a lot of user defined functionality.
Scripts
UDC
Catalog
PFA/POM
Favorite/Highlighted/Boxed Folders
MRU entries all over the place.
With all the other big changes that are apparently going to happen in the next official/stable release I don't think breaking all of the above should happen. As an option it would give us users the chance to keep the old behavior and switch to the new when we have the time and have updated our paths and so desire it.
Re: Catalog indirekt folder shortcut Problem
I also saw that a lot of help pages and examples on the website are based on the old ".." behaviour. So as i much as i like the new implementation it might indeed be a good idea to take it back for now until there is time to update all the help pages and examples (and maybe make it an option as you (TheQwerty) suggested).
Re: Catalog indirekt folder shortcut Problem
I Agree with Pagat,
first it is so documented, second xyplorer say's its full portable and now its "wished away" ( i hope this is understandable for native English speakers ...) without an replacement.
So jacky
you think i should make an request at the "wish" section to get the old feature "in a new way" back? So if we use an other sign as placeholder for the drive letter than there should not be a problem, for example "#:\" instead of "?:\". So no changes have to be done at those points like Scripts, UDC, Catalog, PFA/POM, Favorite/Highlighted/Boxed Folders and MRU entries.
I don't agree with the opinion to make the behavior for all path interpretation as an option. Cause things like ..\ should do what they normal do. So i like the new way its handled, but leave an way to get at least the drive letter from xyplorer in normal input fields (Addressbar, goto with ctrl+g, shorcuts and so on...)
---
ps: sorry for my bad german-english is something not clear, just ask i try to transcribe it.
first it is so documented, second xyplorer say's its full portable and now its "wished away" ( i hope this is understandable for native English speakers ...) without an replacement.
So jacky
you think i should make an request at the "wish" section to get the old feature "in a new way" back? So if we use an other sign as placeholder for the drive letter than there should not be a problem, for example "#:\" instead of "?:\". So no changes have to be done at those points like Scripts, UDC, Catalog, PFA/POM, Favorite/Highlighted/Boxed Folders and MRU entries.
I don't agree with the opinion to make the behavior for all path interpretation as an option. Cause things like ..\ should do what they normal do. So i like the new way its handled, but leave an way to get at least the drive letter from xyplorer in normal input fields (Addressbar, goto with ctrl+g, shorcuts and so on...)
---
ps: sorry for my bad german-english is something not clear, just ask i try to transcribe it.
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
Re: Catalog indirekt folder shortcut Problem
Don't worry about that as us regulars here, including Don, read most all threads/forums, and it's better to keep the nbr of threads reduced, IMO.sweety wrote:you think i should make an request at the "wish" section to get the old feature "in a new way" back?
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
XYplorer Beta Club