| 32 | } |
| 33 | |
| 34 | char FileSystem::getOSSlash() { |
| 35 | return Platform::FileSystem::getOSSlash(); |
| 36 | } |
| 37 | |
| 38 | bool FileSystem::slashAtEnd( std::string& dir ) { |
| 39 | return ( dir.size() && dir[dir.size() - 1] == getOSSlash() ); |
nothing calls this directly
no outgoing calls
no test coverage detected