I'd like to define a folder alias MyStuff = C:\SomeFolder and then a series of related folder aliases such as myMusic = MyStuff\Music, myImages = MyStuff\Images, myFiles = MyStuff\Files, etc.. The attraction of this approach is that if the structure is relocated I only need to edit the "root" alias in order to update all of the related aliases.
I had hoped that the construct /Mystuff\Music would work but it doesn't. Is there a way?
Regards, AB