Evo C++ Library v0.5.1
Classes | Namespaces | Macros | Functions
dir.h File Reference

Evo Directory helpers. More...

#include "impl/sysio_dir.h"
#include "filepath.h"

Go to the source code of this file.

Classes

class  Directory
 Directory reader. More...
 
class  ExceptionDirOpen
 Directory open exception for errors opening a directory for reading entries, see Exception. More...
 

Namespaces

 evo
 Evo C++ Library namespace.
 

Macros

#define INCL_evo_dir_h
 

Functions

String & get_abspath (String &outpath, SubString &path)
 Get absolute path for given input path. More...
 
String & get_cwd (String &outpath)
 Store current working directory in string. More...
 
Error set_cwd (const char *path, bool excep=1)
 Set current working directory. More...
 

Detailed Description

Evo Directory helpers.

Macro Definition Documentation

◆ INCL_evo_dir_h

#define INCL_evo_dir_h