core :: FileStat :: is_link
# Is this a symbolic link? fun is_link: Bool do assert not finalized return stat.is_lnk end