These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Folder Shortcut

Is it possible to create folder shortcut/link with or without aliases(custom names)? so we put all the related links in same place (even the files are not physically present in the folder).

Here is some detail:

Root
|--> Folder1
          |-->SubFolderA
|--> Folder2
          |-->SubFolderB
                    |-->SubSubFolderBB
|--> Folder3
          |-->SubFolderC
          |-->LinkTo_SubFolderB(Alias)
|--> Folder4
          |-->SubFolderD
          |-->LinkTo_SubFolderA(Alias)
          |-->LinkTo_SubFolderB(Alias)
          |-->LinkTo_SubFolderC(Alias)
|--> Folder5
          |-->SubFolderE
          |-->LinkTo_SubSubFolderBB(Alias)
Muhammad Tasneem 3/30/2013 2:25 AM
No one here to answer????
Muhammad Tasneem 4/11/2013 2:31 AM
Unfortunately there is no folder shortcut feature. However you can use mklink on the Windows command prompt to create folder links:

mklink /d C:\Root\Folder3\LinkTo_SubFolderB C:\Root\Folder2\SubFolderB
Cem Alacayir 4/13/2013 11:42 AM