| 230 | } |
| 231 | |
| 232 | bool dPathCopy(const char *fromName, const char *toName, bool nooverwrite) |
| 233 | { |
| 234 | return CopyFile(fromName,toName); |
| 235 | } |
| 236 | |
| 237 | //----------------------------------------------------------------------------- |
| 238 | static char sgPrefDir[MaxPath]; |
nothing calls this directly
no test coverage detected