MCPcopy Create free account
hub / github.com/SpartanJ/efsw / isDirectory

Method isDirectory

src/efsw/FileSystem.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace efsw {
23
24bool FileSystem::isDirectory( const std::string& path ) {
25 return Platform::FileSystem::isDirectory( path );
26}
27
28FileInfoMap FileSystem::filesInfoFromPath( std::string path ) {
29 dirAddSlashAtEnd( path );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected