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
)
Public Shared Sub CreateDirectoryJunction (
source As String,
target As String
)
public:
static void CreateDirectoryJunction(
String^ source,
String^ target
)
static member CreateDirectoryJunction :
source : string *
target : string -> unit
Parameters
- source
- Type: SystemString
Location of directory to convert to a junction. - target
- Type: SystemString
Target path for the junction.
See Also