MCPcopy 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
182bool LibrarySystem::IsPathFile(const char *path)
183{
184 return ke::file::IsFile(path);
185}
186
187bool LibrarySystem::IsPathDirectory(const char *path)
188{

Callers 4

_UpdateFilesMethod · 0.80
CLocalExtensionMethod · 0.80
LoadAutoExtensionMethod · 0.80
SDK_OnLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected