Interface IDirectoryJunction
Provides the functionalities to create directory junctions.
public interface IDirectoryJunction
Methods
CreateDirectoryJunction(string, string)
Creates a directory junction at the specified path that points to the target path.
void CreateDirectoryJunction(string junctionPath, string targetPath)