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()
Win32API::File::MoveFile()
rename
is implemented in a broken fashion since forever; move
too, since it uses rename
.
Win32::Unicode::File exposes MoveFileW
from windows.h
as moveW
, and apparently handles encoding in a sane fashion, whereas Win32API::File leaves that to the user AFAICS from existing example code.
Related: How do I copy a file with a UTF-8 filename to another UTF-8 filename in Perl on Windows?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With