Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ IsPathDirectory
Method
IsPathDirectory
core/logic/LibrarySys.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
bool LibrarySystem::IsPathDirectory(const char *path)
188
{
189
return ke::file::IsDirectory(path);
190
}
191
192
IDirectory *LibrarySystem::OpenDirectory(const char *path)
193
{
Callers
3
OnSourceModStartup
Method · 0.80
PumpUpdate
Function · 0.80
Connect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected