MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / addFile

Method addFile

Engine/source/core/util/zip/zipObject.cpp:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188//-----------------------------------------------------------------------------
189
190bool ZipObject::addFile(const char *filename, const char *pathInZip, bool replace /* = true */)
191{
192 return mZipArchive->addFile(filename, pathInZip, replace);
193}
194
195bool ZipObject::extractFile(const char *pathInZip, const char *filename)
196{

Callers 1

zipObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected