neic-glass3  1.4.6
Namespaces | Functions
fileutil.h File Reference

fileutl.h More...

#include <string>
Include dependency graph for fileutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 glass3
 The neic-glass3 project namespace containing all the classes and functions that make up neic-glass3.
 
 glass3::util
 The neic-glass3 project namespace containing utility classes and functions.
 

Functions

bool glass3::util::getFirstFileNameByExtension (const std::string &path, const std::string &extension, std::string &fileName)
 get the next file name in a directory More...
 
bool glass3::util::moveFileTo (std::string fileName, const std::string &dirName)
 move a file from one directory to another More...
 
bool glass3::util::copyFileTo (std::string from, std::string to)
 copy a file from one directory to another More...
 
bool glass3::util::deleteFileFrom (std::string fileName)
 delete a file More...
 

Detailed Description

fileutl.h

fileutl.h is a set of functions that manage file functions not provided buy the standard template library, including directory file searching file copying, file moving, and file deletion.