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

Method SearchFiles

WinSysCore/ApiSets.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void ApiSets::SearchFiles() {
80 WCHAR path[MAX_PATH];
81
82 ::GetSystemDirectory(path, MAX_PATH);
83
84 SearchDirectory(path, L"api-ms-win-", _files);
85}
86
87void ApiSets::SearchDirectory(const std::wstring& directory, const std::wstring& pattern, ApiSets::FileSet& files) {
88 WIN32_FIND_DATA fd;

Callers 1

OnCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected