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

Method WCreate

Libraries/unrar/file.cpp:228–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227
228bool File::WCreate(const wchar *Name,uint Mode)
229{
230 if (Create(Name,Mode))
231 return true;
232 ErrHandler.CreateErrorMsg(Name);
233 return false;
234}
235
236
237bool File::Close()

Callers 2

ExtractStreams20Function · 0.80
ExtractStreamsFunction · 0.80

Calls 1

CreateErrorMsgMethod · 0.80

Tested by

no test coverage detected