MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / IsDirectory

Method IsDirectory

core/logic_bridge.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 filesystem->RenameFile(pOldPath, pNewPath, pathID);
184 }
185 bool IsDirectory(const char *pFileName, const char *pathID) override
186 {
187 return filesystem->IsDirectory(pFileName, pathID);
188 }
189 void CreateDirHierarchy(const char *path, const char *pathID) override
190 {
191 filesystem->CreateDirHierarchy(path, pathID);

Callers 2

sm_DirExistsFunction · 0.80
sm_CreateDirectoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected