MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_DeleteFile

Function ddio_DeleteFile

ddio/winfile.cpp:231–231  ·  view source on GitHub ↗

deletes a file. Returns 1 if successful, 0 on failure

Source from the content-addressed store, hash-verified

229
230// deletes a file. Returns 1 if successful, 0 on failure
231int ddio_DeleteFile(const char *name) { return (DeleteFile(name)); }
232
233// Constructs a path in the local file system's syntax
234// newPath: stores the constructed path

Callers 15

SwitcherooFilesFunction · 0.50
OnNewDocumentMethod · 0.50
Step3Method · 0.50
OnOKMethod · 0.50
OnInitDialogMethod · 0.50
OnSaveButtonMethod · 0.50
ExportScriptToFileMethod · 0.50
PltDeleteFunction · 0.50
ImportGraphicFunction · 0.50
PltSelectShipFunction · 0.50
ShipSelectDeleteLogoFunction · 0.50
ShipSelectDeleteTauntFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected