MCPcopy Create free account
hub / github.com/HowardHinnant/date / get_program_folder

Function get_program_folder

src/tz.cpp:3426–3431  ·  view source on GitHub ↗

Usually something like "c:\Program Files".

Source from the content-addressed store, hash-verified

3424
3425// Usually something like "c:\Program Files".
3426static
3427std::string
3428get_program_folder()
3429{
3430 return get_known_folder(FOLDERID_ProgramFiles);
3431}
3432
3433// Note folder can and usually does contain spaces.
3434static

Callers 1

get_unzip_programFunction · 0.85

Calls 1

get_known_folderFunction · 0.85

Tested by

no test coverage detected