Whenever I highlight a folder, and choose "Favorites ADD" it doesn't make the highlighted folder a Favorite, but instead makes the current folder a Favorite.
Example :
I'm in the directory "C:\Program Files"
I have highlighted the subfolder "C:\Program Files\GPSoftware"
... when I do "Favorites ADD" the folder "C:\Program Files" gets added to favorites, I would like to to have "C:\Program Files\GPSoftware" being added to Favorites.
Is it possible to Favorite the highlighted folder instead of the current working folder ?
[quote="tanis"]Change your Add To Favorites button to:
Favorites ADD=nameonly PATH={filepath$}
You could also use ...
Favorites ADDDIALOG PATH={filepath$}
... depending on your preference.[/quote]
Thanks again tanis
It almost does what I want, using the example above
Favorites ADD PATH={filepath$}
Adds GPSoftware in the Favorites list.
Isn't it possible so that the full path is show in the Favorites list.
so instead of GPSoftware to make it show C:\Program Files\GPSoftware in the favorites list ?
@nodeselect
Clipboard COPYNAMES
Favorites ADDDIALOG PATH={filepath$}
This way, when the dialog pops up you can easily paste the select folders path into the name editbox. Not perfect, but better than nothing.
The ADD argument seems to just use the folder name from the PATH argument rather than the full path. I guess no-one has ever requested it before. I've posted a report to GPSoftware...