| 398 | |
| 399 | |
| 400 | bool uiAskRepeatRead(const wchar *FileName) |
| 401 | { |
| 402 | mprintf(L"\n"); |
| 403 | Log(NULL,St(MErrRead),FileName); |
| 404 | return Ask(St(MRetryAbort))==1; |
| 405 | } |
| 406 | |
| 407 | |
| 408 | bool uiAskRepeatWrite(const wchar *FileName,bool DiskFull) |
no test coverage detected