For the complete documentation index, see llms.txt. This page is also available as Markdown.

unlink

delete a file
     filename - existing file/dir name
returns: error code from the system
Thread-safe function.

long unlink(string filename);

Last updated

Was this helpful?