UtilFileCreateSymbolicLink(String, String) Method
Creates a symbolic link of the specified file.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Shared Sub CreateSymbolicLink (
srcFilePath As String,
dstDirPath As String
)
Dim srcFilePath As String
Dim dstDirPath As String
UtilFile.CreateSymbolicLink(srcFilePath,
dstDirPath)
public:
static void CreateSymbolicLink(
String^ srcFilePath,
String^ dstDirPath
)
static member CreateSymbolicLink :
srcFilePath : string *
dstDirPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- srcFilePath String
-
The source file path.
- dstDirPath String
-
The destination directory path where to create the symbolic link.
FileNotFoundException
|
|
IOException
|
|
Win32Exception
|
|