int fs_remove (const char *name_full);
File |
Called from |
Code enabled by |
fs_api..c |
Application |
|
Delete a file or directory.
Arguments
name_full
Name of the entry.
Returned Value
0, if the file is not removed.
-1, if the file is not removed.