You can setup a virtual directory in WAMP using Symbolic Link. You have to create a symbolic link in Windows using following command :
mklink /D [virtualDirectoryName] [TargetDirectory]
where,
/D indicates the target is a directory and not a file. If you don’t provide this then it will take file as target by default
[virtualDirectoryName] is the name of [...]
Archive for the ‘Windows’ Category
21 May
Virtual Directory in WAMP using Symbolic Link
19 Jul
Windows Vista Ultimate Explorer Bug
Just see the attached file to see the bug in the tree view of Windows Vista Ultimate Explorer. There is only one folder in the drive and its showing two folders of the same name in tree view.
Same thing you can find with filenames also. See another attachment which shows pure bug of Windows Vista [...]
Recent Comments