TwiceAsNice
2019-02-18
|
#include <string>
Namespaces | |
Nice | |
Nice::FileHelper | |
Functions | |
int | Nice::FileHelper::chkdir (const std::string &_dirname) |
int | Nice::FileHelper::mkdir (const std::string &_dirname) |
int | Nice::FileHelper::chkfile (const std::string &_filename) |
int | Nice::FileHelper::removePidFile (const std::string &_name) |
int | Nice::FileHelper::createPidFile (const std::string &_name) |
int | Nice::FileHelper::checkPidFile (const std::string &_name) |
int | Nice::FileHelper::killProcess (const std::string &_name) |
int | Nice::FileHelper::getFreeSpace (const std::string &_name) |
std::string | Nice::FileHelper::getAbsPath (const std::string &p) |
int | Nice::FileHelper::writeLock (int fd) |
int | Nice::FileHelper::readLock (int fd) |
int | Nice::FileHelper::unLock (int fd) |
std::string | Nice::FileHelper::expandTimeString (std::string _name) |
std::string | Nice::FileHelper::createIncFitsFilename (const std::string &_dirname, const std::string &_filename, bool=false) |