| 6 | } |
| 7 | |
| 8 | bool IniFile::IsValid() const { |
| 9 | return ::GetFileAttributes(_path) != INVALID_FILE_ATTRIBUTES; |
| 10 | } |
| 11 | |
| 12 | CString IniFile::ReadString(PCWSTR section, PCWSTR name, PCWSTR defaultValue) { |
| 13 | CString result; |
no outgoing calls
no test coverage detected