Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
bool File::WOpen(const wchar *Name)
164
{
165
if (Open(Name))
166
return true;
167
ErrHandler.OpenErrorMsg(Name);
168
return false;
169
}
170
171
172
bool File::Create(const wchar *Name,uint Mode)
Callers
6
Restore
Method · 0.80
Restore
Method · 0.80
ReadTextFile
Function · 0.80
ListArchive
Function · 0.80
ExtractArchive
Method · 0.80
ExtractFileCopy
Method · 0.80
Calls
1
OpenErrorMsg
Method · 0.80
Tested by
no test coverage detected