MCPcopy Create free account
hub / github.com/cppla/ServerStatus / fs_remove

Function fs_remove

server/src/system.c:1467–1472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1465}
1466
1467int fs_remove(const char *filename)
1468{
1469 if(remove(filename) != 0)
1470 return 1;
1471 return 0;
1472}
1473
1474int fs_rename(const char *oldname, const char *newname)
1475{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected