mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
First operational implementation of video recorder.
This commit is contained in:
@@ -42,6 +42,9 @@ namespace SystemToolkit
|
||||
// extract the extension of a filename
|
||||
std::string extension_filename(const std::string& filename);
|
||||
|
||||
// tests if dir is a directory and return its path, empty string otherwise
|
||||
std::string path_directory(const std::string& path);
|
||||
|
||||
// list all files of a directory mathing the given filter extension (if any)
|
||||
std::list<std::string> list_directory(const std::string& path, const std::string& filter = "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user