MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FileMcd_IsFolder

Function FileMcd_IsFolder

pcsx2/SIO/Memcard/MemoryCardFile.cpp:858–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

856}
857
858static bool FileMcd_IsFolder(const std::string& path)
859{
860 const std::string superblock_path(Path::Combine(path, s_folder_mem_card_id_file));
861 return FileSystem::FileExists(superblock_path.c_str());
862}
863
864bool FileMcd_IsMemoryCardFormatted(const std::string& path)
865{

Callers 2

FileMcd_GetCardInfoFunction · 0.85

Calls 2

CombineFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected