0
I have a mapped directory in my D drive called “Inetpub”. I point it to various folders depending which version of my website I am testing. How do I quickly check which folder I am in when I browse to “D:\Inetpub”?
I have seen other answers for revealing the path for a network drive, but this is different. I need to know if I’m mapped to D:\MyWebsite\QA or D:\MyWebsite\OldVersion3_2, etc.
how did you map the dir? mklink? you can view them in the command line with
– Frank Thomas – 2014-07-16T13:58:21.833dir /AL /S c:\(will list all the symlinks on C:) or in a gui see here: http://windows7themes.net/en-us/how-to-find-all-symbolic-links-junction-points-in-windows-7/Yeah, I used mklink. Thanks @FrankThomas . Add your comment as an answer, and I'll accept it. – WEFX – 2014-07-16T14:32:07.670