Page 1 of 1

Alias with subfolder

Posted: 23 Jan 2014 14:04
by LittleBiG
If I have an alias @main=C:\User\MyName\Documents\ , how to extend it for example in Address Bar or Favorite Folders to reach the
C:\User\MyName\Documents\Pictures?
In an old thread I could see something like this: @main@\Pictures, but it doesn't work. Neither the @main\Pictures.
Please help me with the right syntax.

Re: Alias with subfolder

Posted: 23 Jan 2014 14:13
by TheQwerty
Change your alias definition to include an argument placeholder:

Code: Select all

@main=C:\User\MyName\Documents\<@0>
Then in the address bar or favorites you can use:

Code: Select all

@main Pictures

Re: Alias with subfolder

Posted: 23 Jan 2014 14:28
by LittleBiG
Thanks for the swift solution, it's clever and easy! Now it seems so obvious, however, I couldn't figure that out reading the help closely.