|
Jetpack documentation 1.0.0
|
An encapsulation of the current working directory (CWD) More...
#include <Cwd.hpp>
Public Member Functions | |
| Cwd () | |
| Constructor for Cwd class. | |
| ~Cwd () | |
| Deleted copy constructor. | |
| std::string | getPwd () const |
| Gets the current working directory. | |
Private Attributes | |
| std::string | _pwd |
An encapsulation of the current working directory (CWD)
| Cwd | ( | ) |
Constructor for Cwd class.
| JetpackError | if getcwd fails |
| std::string getPwd | ( | ) | const |
Gets the current working directory.