mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
Functions to select next filename based on matching pattern.
Used for capture, audio, screenshot file naming.
This commit is contained in:
parent
7492984144
commit
f49d04fe7a
2 changed files with 62 additions and 0 deletions
|
@ -57,6 +57,8 @@ private:
|
|||
FIL f;
|
||||
};
|
||||
|
||||
std::string next_filename_matching_pattern(const std::string& filename_pattern);
|
||||
|
||||
namespace std {
|
||||
namespace filesystem {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue