TuttleOFX
1
|
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::common |
Functions | |
boost::filesystem::path | tuttle::common::applicationFilepath (const std::string &argv0, const boost::filesystem::path ¤tPath) |
boost::filesystem::path | tuttle::common::canonicalApplicationFilepath (const std::string &argv0, const boost::filesystem::path ¤tPath=boost::filesystem::current_path()) |
boost::filesystem::path | tuttle::common::applicationFolder (const std::string &argv0, const boost::filesystem::path ¤tPath=boost::filesystem::current_path()) |
boost::filesystem::path | tuttle::common::canonicalApplicationFolder (const std::string &argv0, const boost::filesystem::path ¤tPath=boost::filesystem::current_path()) |