13 #ifndef __STOUT_OS_ACCESS_HPP__ 14 #define __STOUT_OS_ACCESS_HPP__ 34 result = ::_waccess(longpath.data(), how);
40 if (errno == EACCES) {
52 #endif // __STOUT_OS_ACCESS_HPP__
Definition: errorbase.hpp:50
Definition: posix_signalhandler.hpp:23
Try< bool > access(const std::string &path, int how)
Definition: access.hpp:28
std::wstring longpath(const std::string &path)
Definition: longpath.hpp:38