-----------------------------------------------------------------------------
| 137 | |
| 138 | //----------------------------------------------------------------------------- |
| 139 | bool Platform::pathCopy(const char *fromName, const char *toName, bool nooverwrite) |
| 140 | { |
| 141 | return CopyFile(fromName,toName); |
| 142 | } |
| 143 | |
| 144 | //----------------------------------------------------------------------------- |
| 145 | bool Platform::fileRename(const char *source, const char *dest) |
nothing calls this directly
no test coverage detected