|
|
|
|
Madagascar Programming Reference Manual |
|
|
void sf_rm(const char* filename, bool force, bool verb, bool inquire)
/*< Remove an RSF file.
---
force, verb, and inquire flags should behave similar to the corresponding flags
in the Unix "rm" command. >*/
{
...
}