CommonLib
Loading...
Searching...
No Matches
ThisProcess.inl
Go to the documentation of this file.
1#include <CommonLib.h>
2
3namespace hedgedev::csl::diag::this_process
4{
6 {
7 return GetExecutablePath().remove_filename();
8 }
9
10 inline bool IsNeighbour(const std::filesystem::path& in_rPath)
11 {
12 return ut::filesystem::IsNeighbour(GetExecutablePath(), in_rPath);
13 }
14}
bool IsNeighbour(const std::filesystem::path &in_rPath)
Definition ThisProcess.inl:10
std::filesystem::path GetExecutableRoot()
Definition ThisProcess.inl:5
Definition ThisProcess.inl:4