MCPcopy 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
187bool LibrarySystem::IsPathDirectory(const char *path)
188{
189 return ke::file::IsDirectory(path);
190}
191
192IDirectory *LibrarySystem::OpenDirectory(const char *path)
193{

Callers 3

OnSourceModStartupMethod · 0.80
PumpUpdateFunction · 0.80
ConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected