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