retdec
binary_path.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_UTILS_BINARY_PATH_H
8 #define RETDEC_UTILS_BINARY_PATH_H
9 
11 
12 namespace retdec {
13 namespace utils {
14 
15 fs::path getThisBinaryPath();
17 
18 } // namespace utils
19 } // namespace retdec
20 
21 #endif
Wrapper for conditional include of C++17 filesystem feature.
fs::path getThisBinaryPath()
Definition: binary_path.cpp:50
fs::path getThisBinaryDirectoryPath()
Definition: binary_path.cpp:63
Definition: archive_wrapper.h:19