File and directory utilities
Definition in file FileUtils.hpp.
#include <sys/types.h>
#include <sys/stat.h>
#include <iostream>
#include <fstream>
#include <string>
#include "StringUtils.hpp"
Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::FileUtils | |
Functions | |
bool | gnsstk::FileUtils::fileAccessCheck (const char *fname, std::ios::openmode mode=std::ios::in) |
bool | gnsstk::FileUtils::fileAccessCheck (const std::string &fname, std::ios::openmode mode=std::ios::in) |
int | gnsstk::FileUtils::makeDir (const char *path, unsigned mode) |
int | gnsstk::FileUtils::makeDir (const std::string &path, unsigned mode) |