I have the following alias
Favorites search $$1 | dosearch +folder_fav +open_fav -alias $$1
to open my favorite folders into my file explorer using the action modifier +open_fav
Open | C:\_joker\Utilities\Ahk\OpenFav.ahk "$$1"
i discovered that one of the last release broke the $$1 variable (i think)
for all my shortcuts the $$1 variable is passed correctly :
C:\Program Files
C:\Documents and Settings\Nico\Documents
etc.
BUT for my "C drive" shortcut it does not work anymore
and the $$1 variable content is :
C:"
instead of
C:\
i guess it has to do with the \
Nitrix