This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // g_volume is HFSHighLevelVolume | |
| void CDmgItem::readContents() | |
| { | |
| std::map<std::string, struct STAT> contents; | |
| if (g_volume) | |
| { | |
| contents = g_volume->listDirectory(getPath()); // at SOME point it throws exception | |
| for (auto it = contents.begin(); it != contents.end(); ++it) |