Added function to support

This commit is contained in:
Matt Hill
2014-06-20 22:31:56 -04:00
parent 2c2197f1bc
commit 7eb325e528

View File

@@ -21,6 +21,8 @@ bool startsWith(std::string const &fullString, std::string const &prefix);
bool hasEnding (std::string const &fullString, std::string const &ending);
bool hasEndingInsensitive(const std::string& fullString, const std::string& ending);
std::string filenameWithoutExtension(std::string filename);
bool DirectoryExists( const char* pzPath );
bool fileExists( const char* pzPath );
std::vector<std::string> getFilesInDir(const char* dirPath);