-----------------------------------------------------------------------------
| 429 | |
| 430 | //----------------------------------------------------------------------------- |
| 431 | bool dFileTouch(const char * name) |
| 432 | { |
| 433 | return ModifyFile(name, TOUCH); |
| 434 | } |
| 435 | |
| 436 | bool dFileRename(const char *oldName, const char *newName) |
| 437 | { |
nothing calls this directly
no test coverage detected