readSymlink

Returns the path to a symbolic link's target.

string
readSymlink
(
R
)
if (
isInputRange!R &&
!isInfinite!R
&&
isSomeChar!(ElementEncodingType!R)
||
isConvertibleToString!R
)

Parameters

The path to the symbolic link.

stripPrefix SymlinkStripPrefix

Windows only. Strips \\?\ from the path.

Return Value

Type: string

The link's target.

Meta