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

Function get_program_folder

src/tz.cpp:3425–3430  ·  view source on GitHub ↗

Usually something like "c:\Program Files".

Source from the content-addressed store, hash-verified

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

Callers 1

get_unzip_programFunction · 0.85

Calls 1

get_known_folderFunction · 0.85

Tested by

no test coverage detected