-----------------------------------------------------------------------------
| 423 | |
| 424 | //----------------------------------------------------------------------------- |
| 425 | bool dFileDelete(const char * name) |
| 426 | { |
| 427 | return ModifyFile(name, DELETE); |
| 428 | } |
| 429 | |
| 430 | //----------------------------------------------------------------------------- |
| 431 | bool dFileTouch(const char * name) |
nothing calls this directly
no test coverage detected