MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / IsValid

Method IsValid

WinArk/IniFile.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

CheckIATHookMethod · 0.45
RefreshMethod · 0.45
LoadFromFileMethod · 0.45
UpdateListMethod · 0.45
CProcessHandleTableMethod · 0.45
LoadFromFileMethod · 0.45
LoadColorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected