12 #if ((XTD_OS_LINUX | XTD_OS_CYGWIN | XTD_OS_MSYS) & XTD_OS)
30 #if ((XTD_OS_WINDOWS | XTD_OS_MINGW) & XTD_OS)
33 if (0 != sRet.string().size()){
36 std::string sTemp(MAX_PATH, 0);
38 auto iLen =
xtd::crt_exception::throw_if(GetModuleFileName(
nullptr, &sTemp[0], static_cast<DWORD>(sTemp.size())), [](DWORD ret){
return (0==ret); });
39 if (iLen >= sTemp.size()){
40 sTemp.resize(sTemp.size() * 2);
49 #elif ((XTD_OS_LINUX | XTD_OS_CYGWIN | XTD_OS_MSYS) & XTD_OS)
52 static std::string sRet(PATH_MAX, 0);
host, target and build configurations and settings Various components are purpose built for specific ...
#define throw_if(_test, _expression)
Simplifies use of exception::_throw_if.
generic and special purpose exceptions
handle necessary filesystem and path functionality until C++17 is finalized
Represents an executable binary Provides access to the executable binary file structure.