Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsPathFile
Method
IsPathFile
core/logic/LibrarySys.cpp:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
bool LibrarySystem::IsPathFile(const char *path)
183
{
184
return ke::file::IsFile(path);
185
}
186
187
bool LibrarySystem::IsPathDirectory(const char *path)
188
{
Callers
4
_UpdateFiles
Method · 0.80
CLocalExtension
Method · 0.80
LoadAutoExtension
Method · 0.80
SDK_OnLoad
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected