A common files library. More...
#include <fstream>
#include <string>
#include <iostream>
#include <iomanip>
#include <sys/stat.h>
#include <locale>
#include <codecvt>
#include <boost/system/error_code.hpp>
#include <boost/version.hpp>
Include dependency graph for files.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | Files |
This class implementes the read/write operations to work with text files stored in the file sytem. More... | |
Macros | |
#define | BOOST_COPY_OPTION_OVERWRITE boost::filesystem::copy_option::overwrite_if_exists |
Functions | |
bool | fileExist (const std::string &name) |
check if the file already exists More... | |
Function Documentation
bool dpyFiles::fileExist | ( | const std::string & | name | ) |
- Parameters
-
name
- Returns