file system

  1. D

    Question Directory Junctions (Symlinks)

    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
Back
Top