A common files library. More...
#include <fstream>
#include <string>
#include <iostream>
#include <iomanip>
#include <sys/stat.h>
#include <boost/system/error_code.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... | |
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