UtilDirectoryGetSymbolicLinkTarget(String) Method
Gets the target of the specified symbolic link.
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 string GetSymbolicLinkTarget(
string dirPath
)
Public Shared Function GetSymbolicLinkTarget (
dirPath As String
) As String
Dim dirPath As String
Dim returnValue As String
returnValue = UtilDirectory.GetSymbolicLinkTarget(dirPath)
public:
static String^ GetSymbolicLinkTarget(
String^ dirPath
)
static member GetSymbolicLinkTarget :
dirPath : string -> string
No code example is currently available or this language may not be supported.
- dirPath String
-
The full path of a symbolic link that points to a directory.
String
The target of the specified symbolic link.
DirectoryNotFoundException
|
|
ArgumentException
|
The specified directory is not a symbolic link. - dirPath
|
Win32Exception
|
|