Geo General
1
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
src
libgeogeneral
api
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_*/
Fri Nov 21 2014 12:23:23
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.