std/symlinks

Search:
Source   Edit  

This module implements symlink (symbolic link) handling.

Procs

proc symlinkExists(link: Path): bool {.inline, ...tags: [ReadDirEffect],
                                       sideEffect, ...raises: [], forbids: [].}
Returns true if the symlink link exists. Will return true regardless of whether the link points to a directory or file. Source   Edit