mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
helpers.cpp: Add getFileName(), getFileExt(), getNowTimeStr()
This commit is contained in:
@@ -38,6 +38,9 @@ bool get_mem_usage(unsigned long &total, unsigned long &free);
|
||||
|
||||
std::string getPathName(std::string &path);
|
||||
std::string getBaseName(std::string &path);
|
||||
std::string getFileName(std::string &file);
|
||||
std::string getFileExt(std::string &file);
|
||||
std::string getNowTimeStr(const char* format);
|
||||
std::string trim(std::string &str, const std::string &trimChars = " \n\r\t");
|
||||
|
||||
class CFileHelpers
|
||||
|
Reference in New Issue
Block a user