MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / WriteErrorFAT

Method WriteErrorFAT

Libraries/unrar/errhnd.cpp:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91#ifdef _WIN_ALL
92void ErrorHandler::WriteErrorFAT(const wchar *FileName)
93{
94 SysErrMsg();
95 uiMsg(UIERROR_NTFSREQUIRED,FileName);
96#if !defined(SILENT) && !defined(SFX_MODULE) || defined(RARDLL)
97 Exit(RARX_WRITE);
98#endif
99}
100#endif
101
102

Callers 1

WriteMethod · 0.80

Calls 1

uiMsgFunction · 0.85

Tested by

no test coverage detected