FG
💻 Software

How do I figure out if a link is a symbolic link, a hard link, or a directory junction in Windows?

Fresh7 days ago
Mar 15, 20261909 views
Confidence Score0%
0%

Problem

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)?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I figure out if a link is a symbolic link, a hard link, or a directory junction in Windows?

Low Risk

At the command line you can type You should see something similar to: This shows a directory symlink ( ) and a directory junction ( )

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment