file_remove()
#
Remove a file at the specified path.
Prototype
PUBLIC int file_remove(
const char *path
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The path of the file to remove. |
Return Value
Returns 0
on success, or a negative value on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples