Click or drag to resize

NativeFileIOCreateDirectoryJunction Method (String, String)

Creates a directory junction

Namespace:  Arsenal.ImageMounter.IO
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public static void CreateDirectoryJunction(
	string source,
	string target
)

Parameters

source
Type: SystemString
Location of directory to convert to a junction.
target
Type: SystemString
Target path for the junction.
See Also