13 #ifndef __STOUT_OS_WINDOWS_RENAME_HPP__
14 #define __STOUT_OS_WINDOWS_RENAME_HPP__
41 const BOOL result = ::MoveFileExW(
44 MOVEFILE_COPY_ALLOWED | MOVEFILE_REPLACE_EXISTING);
48 "`os::rename` failed to move file '" + from +
"' to '" + to +
"'");
56 #endif // __STOUT_OS_WINDOWS_RENAME_HPP__
Definition: nothing.hpp:16
Definition: error.hpp:106
Try< Nothing > rename(const std::string &from, const std::string &to)
Definition: rename.hpp:27
std::wstring longpath(const std::string &path)
Definition: longpath.hpp:38