mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-12 16:40:05 +08:00
Added function to support
This commit is contained in:
@@ -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 hasEnding (std::string const &fullString, std::string const &ending);
|
||||||
bool hasEndingInsensitive(const std::string& fullString, const std::string& ending);
|
bool hasEndingInsensitive(const std::string& fullString, const std::string& ending);
|
||||||
|
|
||||||
|
std::string filenameWithoutExtension(std::string filename);
|
||||||
|
|
||||||
bool DirectoryExists( const char* pzPath );
|
bool DirectoryExists( const char* pzPath );
|
||||||
bool fileExists( const char* pzPath );
|
bool fileExists( const char* pzPath );
|
||||||
std::vector<std::string> getFilesInDir(const char* dirPath);
|
std::vector<std::string> getFilesInDir(const char* dirPath);
|
||||||
|
Reference in New Issue
Block a user