Question Directory Junctions (Symlinks)

DarrenFieldhouse

New member
Joined
Feb 25, 2010
Messages
1
Programming Experience
10+
Hi,

Does anyone know how to create a directory junction in Vista or Windows 7 from VB.NET? I need to produce the same results as this command:

MKLINK /J C:\Dest C:\Source

I know I could start a command process (cmd.exe /c) but that's a bit ugly!

Thanks,

Darren
 
There's an example at CodeProject.com, I'd send the link but I am on my iTouch.
 
Back
Top