If I've created a directory link via mklink, how can I figure out if it was a symbolic link, a directory junction, or a hard link (ie whether I used /d, /j, or /h)?
feedback
|
|
At the command line you can type
You should see something similar to:
This shows a directory symlink ( | |||
feedback
|