27 #include <sys/types.h>
35 int TRAIL_CD(
const std::string &path,std::ostream * = NULL);
42 class Directory :
public std::vector<std::string>
51 int open(
const std::string &
s =
"");
bool TRAIL_FILEEXISTS(const std::string &fname)
int TRAIL_CD(const std::string &path, std::ostream *=NULL)
std::string TRAIL_ResolveLink(const std::string &path)
bool TRAIL_ISDIR(const std::string &fname)
int open(const std::string &s="")
void TRAIL_SafeRemove(const std::string &fname, const std::string &ext)
Directory(const std::string &s="")
std::string TRAIL_CWD(void)
int TRAIL_CreateDirectory(const std::string &fname)
bool TRAIL_ISLINK(const std::string &fname)
std::string ResolveLink(const std::string &path)