| 856 | } |
| 857 | |
| 858 | static 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 | |
| 864 | bool FileMcd_IsMemoryCardFormatted(const std::string& path) |
| 865 | { |
no test coverage detected