isSymlinkToDir

Checks if the file is a symbolic link to a directory. The check is recursive (if the link points to a link).

bool
isSymlinkToDir
(
in string path
)

Parameters

path string

path fo file

Return Value

Type: bool

whether a symbolic link is a link to a directory.

Meta