#include <contrib.hpp>
|  | 
| static std::vector< std::string > | GetListFiles (const std::string &path, const std::string &exten="*", bool addPath=true) | 
|  | 
| static std::vector< std::string > | GetListFilesR (const std::string &path, const std::string &exten="*", bool addPath=true) | 
|  | 
| static std::vector< std::string > | GetListFolders (const std::string &path, const std::string &exten="*", bool addPath=true) | 
|  | 
§ GetListFiles()
  
  | 
        
          | static std::vector<std::string> cv::Directory::GetListFiles | ( | const std::string & | path, |  
          |  |  | const std::string & | exten = "*", |  
          |  |  | bool | addPath = true |  
          |  | ) |  |  |  | static | 
 
 
§ GetListFilesR()
  
  | 
        
          | static std::vector<std::string> cv::Directory::GetListFilesR | ( | const std::string & | path, |  
          |  |  | const std::string & | exten = "*", |  
          |  |  | bool | addPath = true |  
          |  | ) |  |  |  | static | 
 
 
§ GetListFolders()
  
  | 
        
          | static std::vector<std::string> cv::Directory::GetListFolders | ( | const std::string & | path, |  
          |  |  | const std::string & | exten = "*", |  
          |  |  | bool | addPath = true |  
          |  | ) |  |  |  | static | 
 
 
The documentation for this class was generated from the following file: