UtilFileGetSymbolicLinkTarget(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 filePath
)

Parameters

filePath  String
The full path of a symbolic link that points to a file.

Return Value

String
The target of the specified symbolic link.

Exceptions

FileNotFoundException
ArgumentException The specified file is not a symbolic link. - filePath
Win32Exception

See Also