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

Method WOpen

Libraries/unrar/file.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163bool File::WOpen(const wchar *Name)
164{
165 if (Open(Name))
166 return true;
167 ErrHandler.OpenErrorMsg(Name);
168 return false;
169}
170
171
172bool File::Create(const wchar *Name,uint Mode)

Callers 6

RestoreMethod · 0.80
RestoreMethod · 0.80
ReadTextFileFunction · 0.80
ListArchiveFunction · 0.80
ExtractArchiveMethod · 0.80
ExtractFileCopyMethod · 0.80

Calls 1

OpenErrorMsgMethod · 0.80

Tested by

no test coverage detected