Click or drag to resize

NativeFileIOCreateDirectoryJunction Method (SafeFileHandle, 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(
	SafeFileHandle source,
	string target
)

Parameters

source
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
Handle to directory.
target
Type: SystemString
Target path for the junction.
See Also