MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ImageIsMultiFileZip

Function ImageIsMultiFileZip

source/DiskImage.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210bool ImageIsMultiFileZip(ImageInfo* const pImageInfo)
211{
212 return pImageInfo ? (pImageInfo->uNumValidImagesInZip > 1) : false;
213}
214
215const std::string & ImageGetPathname(ImageInfo* const pImageInfo)
216{

Callers 1

InsertDiskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected