FILE::REMOVE 1g 2023-12-14 laplante@plcb.ca GOWEB/FILE


title: “file::remove Function Documentation” author: “laplante@plcb.ca” date: 2023-12-14 version: “1.0.0” section: “1g”

category: “GOWEB/FILE”

FILE::REMOVE

Name

file::remove — Remove a directory or file.

Synopsis

file::remove or remove or rm or file::rm(dir, [error: variable, recursive: boolean, dir…])

Description

Removes a directory or a file.
If the directory is not empty, the recursive parameter must be set to true.

Parameters

Examples

res={{
    remove(file);
}}.

return 

res=.

Author

laplante@plcb.ca

See also

Version