Geo General  1
 All Classes Files Functions Variables Pages
GeoFiles.h
Go to the documentation of this file.
1 #ifndef __GEOFILES_
2 #define __GEOFILES_
3 
4 #include <iostream>
5 #include <string>
6 #include <vector>
7 #include <dirent.h>
8 #include <sys/stat.h>
9 #include <cstdio>
10 #include <unistd.h>
11 
21 std::vector <std::string> listFiles( std::string searchPath, std::string filter );
22 
26 bool fileExists (std::string outputPath);
27 
40 int removeFiles ( std::string rmPath, std::string rmfilter );
41 
42 #endif /*__GEOFILES_*/

Copyright 2014 Google Inc. All rights reserved.