UtilDirectoryGetSymbolicLinkTarget(String) Method

Gets the target of the specified symbolic link.

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 string GetSymbolicLinkTarget(
	string dirPath
)

Parameters

dirPath  String
The full path of a symbolic link that points to a directory.

Return Value

String
The target of the specified symbolic link.

Exceptions

DirectoryNotFoundException
ArgumentException The specified directory is not a symbolic link. - dirPath
Win32Exception

See Also