MCPcopy Create free account
hub / github.com/Windscribe/Desktop-App / isFileExists

Function isFileExists

src/helper/macos/utils.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool isFileExists(const std::string &name)
88{
89 struct stat buffer;
90 return (stat (name.c_str(), &buffer) == 0);
91}
92
93bool resolveExePath(const std::string &exePath, const std::string &executable, std::string &outPath)
94{

Callers 1

FirewallControllerMethod · 0.70

Calls 1

statClass · 0.70

Tested by

no test coverage detected