#include <vector>
#include <string>
Go to the source code of this file.
|
void | scanDirectoryAppend (const std::string &path, const std::string &ext, std::vector< std::string > &fileList) |
|
void | scanDirectory (const std::string &path, const std::string &ext, std::vector< std::string > &fileList) |
|
◆ scanDirectory()
void scanDirectory |
( |
const std::string & |
path, |
|
|
const std::string & |
ext, |
|
|
std::vector< std::string > & |
fileList |
|
) |
| |
◆ scanDirectoryAppend()
void scanDirectoryAppend |
( |
const std::string & |
path, |
|
|
const std::string & |
ext, |
|
|
std::vector< std::string > & |
fileList |
|
) |
| |