Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
bool CUtility::FileExist(const std::wstring& filePath)
130
{
131
bool r = std::filesystem::exists(filePath);
132
return r;
133
}
134
135
long CUtility::FileSize(const std::wstring& filePath)
136
{
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64