Functions to select next filename based on matching pattern.

Used for capture, audio, screenshot file naming.
This commit is contained in:
Jared Boone 2016-04-20 09:57:17 -07:00
parent 7492984144
commit f49d04fe7a
2 changed files with 62 additions and 0 deletions

View file

@ -57,6 +57,8 @@ private:
FIL f;
};
std::string next_filename_matching_pattern(const std::string& filename_pattern);
namespace std {
namespace filesystem {