I see that Win32API :: File supports MoveFile(). However, I'm not sure how it CORE::rename()is implemented in such a way that it matters. Can someone match the difference - especially for a Win32 environment - between
CORE::rename()File::Copy::move()- and
Win32API::File::MoveFile()
source
share