|
|
|
@ -16,7 +16,7 @@ public: |
|
|
|
static std::string escape_argument(const std::string &argument); |
|
|
|
static std::string escape_argument(const std::string &argument); |
|
|
|
static std::string unescape_argument(const std::string &argument); |
|
|
|
static std::string unescape_argument(const std::string &argument); |
|
|
|
|
|
|
|
|
|
|
|
/// Does not resolve symbolic links. Returns empty path on failure
|
|
|
|
/// Does not resolve symbolic links. Returns empty path on failure.
|
|
|
|
static boost::filesystem::path get_current_path() noexcept; |
|
|
|
static boost::filesystem::path get_current_path() noexcept; |
|
|
|
/// Returns empty path on failure
|
|
|
|
/// Returns empty path on failure
|
|
|
|
static boost::filesystem::path get_home_path() noexcept; |
|
|
|
static boost::filesystem::path get_home_path() noexcept; |
|
|
|
|