I see that Win32API::File supports MoveFile()
. However, I'm not sure how CORE::rename()
is implemented in such a fashion that it should matter. Could someone juxtapose the difference -- specifically for the Win32 Environment -- between
CORE::rename()
File::Copy::move()
- and,
Win32API::File::MoveFile()