MCPcopy Create free account
hub / github.com/beefytech/Beef / Load

Method Load

BeefySysLib/util/CabUtil.cpp:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool CabFile::Load(const StringImpl& path)
122{
123 if (!FileExists(path))
124 {
125 Fail(StrFormat("File '%s' not found", path.c_str()));
126 return false;
127 }
128 mSrcFileName = path;
129 return true;
130}
131
132bool CabFile::DecompressAll(const StringImpl& destDir)
133{

Callers

nothing calls this directly

Calls 2

FailFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected