On this page
std/symlinks
Source EditThis module implements symlink (symbolic link) handling.
Imports
Procs
-
proc createSymlink(src, dest: Path) {.inline, ...raises: [OSError], tags: [ReadDirEffect], forbids: [].}
-
Create a symbolic link at
dest
which points to the item specified bysrc
. On most operating systems, will fail if a link already exists.Warning: Some OS's (such as Microsoft Windows) restrict the creation of symlinks to root users (administrators) or users with developer mode enabled.See also:
Source Edit
© 2006–2024 Andreas Rumpf
Licensed under the MIT License.
https://nim-lang.org/docs/symlinks.html