Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
bool 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
237
bool File::Close()
Callers
2
ExtractStreams20
Function · 0.80
ExtractStreams
Function · 0.80
Calls
1
CreateErrorMsg
Method · 0.80
Tested by
no test coverage detected