JanetDocsPlaygroundI'm feeling luckyGitHub sign in

os/link



    cfunction
    src/core/os.c on line 1479, column 1

    (os/link oldpath newpath &opt symlink)

    Create a link at newpath that points to oldpath and returns nil. 
    Iff symlink is truthy, creates a symlink. Iff symlink is falsey or 
    not provided, creates a hard link. Does not work on Windows.


0 examplesSign in to add an example
Loading...