Entry.StatTarget

We can stat two different things on POSIX: the directory entry itself, or the link target (if the directory entry is a symbolic link).

Values

ValueMeaning
dirEntry

do not dereference (lstat)

linkTarget

dereference

Meta