|
neic-glass3
1.4.6
|
fileutl.h More...
#include <string>

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... | |
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.
1.8.11