JanetDocsPlaygroundI'm feeling luckyGitHub sign in

os/rm



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

    (os/rm path)

    Delete a file. Returns nil.


1 exampleSign in to add an example
Loading...
# removes a file in the current directory
(os/rm "hello.txt")
swlkrPlayground