-----------------------------------------------------------------------------
| 412 | |
| 413 | //----------------------------------------------------------------------------- |
| 414 | bool Platform::fileDelete(const char * name) |
| 415 | { |
| 416 | return ModifyFile(name, DELETE); |
| 417 | } |
| 418 | |
| 419 | //----------------------------------------------------------------------------- |
| 420 | bool dFileTouch(const char * name) |
nothing calls this directly
no test coverage detected