DirEntry.isSymlink

Returns whether the file represented by this DirEntry is a symbolic link.

On Windows, return true when the file is either a symbolic link or a junction point.

struct DirEntry
@safe @property scope
bool
isSymlink
()

Meta