UtilFileCreateSymbolicLink(String, String) Method

Creates a symbolic link of the specified file.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void CreateSymbolicLink(
	string srcFilePath,
	string dstDirPath
)

Parameters

srcFilePath  String
The source file path.
dstDirPath  String
The destination directory path where to create the symbolic link.

Exceptions

FileNotFoundException
IOException
Win32Exception

See Also