| 22 | namespace efsw { |
| 23 | |
| 24 | bool FileSystem::isDirectory( const std::string& path ) { |
| 25 | return Platform::FileSystem::isDirectory( path ); |
| 26 | } |
| 27 | |
| 28 | FileInfoMap FileSystem::filesInfoFromPath( std::string path ) { |
| 29 | dirAddSlashAtEnd( path ); |
nothing calls this directly
no outgoing calls
no test coverage detected