fileUtils.h

Go to the documentation of this file.
00001 #ifndef FILE_UTILS_H
00002 #define FILE_UTILS_H
00003 
00013 #include <vector>
00014 #include <string>
00015 
00016 
00017 namespace VXV {
00026   extern std::string searchFile(const char* file, const char* path[]);
00027 
00034   extern void createArgs(std::vector<char*>& args, const char* file);
00035 
00041   extern void deleteArgs(std::vector<char*>& args);
00042 
00043   extern int createDirs(std::string dir_path);
00044 }
00045 
00046 #endif /* !FILE_UTILS_H */
00047 

Generated on Mon Apr 13 22:52:05 2009 by  doxygen 1.5.7.1