MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / FileExist

Method FileExist

src/UtilityLib/Utility.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool CUtility::FileExist(const std::wstring& filePath)
130{
131 bool r = std::filesystem::exists(filePath);
132 return r;
133}
134
135long CUtility::FileSize(const std::wstring& filePath)
136{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64