title: “file::remove Function Documentation” author: “laplante@plcb.ca” date: 2023-12-14 version: “1.0.0” section: “1g”
file::remove — Remove a directory or file.
file::remove
or remove
or rm
or file::rm
(dir, [error: variable, recursive: boolean, dir…])
Removes a directory or a file.
If the directory is not empty, the recursive parameter must be set to true.
res={{
remove(file);
}}.
return
res=.
laplante@plcb.ca