-----------------------------------------------------------------------------
| 418 | |
| 419 | //----------------------------------------------------------------------------- |
| 420 | bool dFileTouch(const char * name) |
| 421 | { |
| 422 | return ModifyFile(name, TOUCH); |
| 423 | } |
| 424 | |
| 425 | //----------------------------------------------------------------------------- |
| 426 | // Constructors & Destructor |
nothing calls this directly
no test coverage detected