chigraph  master
Systems programming language written for beginners in LLVM
ExecutablePath.hpp
Go to the documentation of this file.
1 
3 #pragma once
4 
5 #ifndef CHI_SUPPORT_EXECUTABLE_PATH_HPP
6 #define CHI_SUPPORT_EXECUTABLE_PATH_HPP
7 
8 #include <boost/filesystem/path.hpp>
9 
10 namespace chi {
11 
14 boost::filesystem::path executablePath();
15 }
16 
17 #endif // CHI_SUPPORT_EXECUTABLE_PATH_HPP
boost::filesystem::path executablePath()
Get the path of the executable.
The namespace where chigraph lives.