in reply to Re^2: Problems Opening file with Perl where path has UTF8 (d'oh!)
in thread Problems Opening file with Perl where path has UTF8
Update: The striken text is only true for the system call CreateFileW, but not for Win32API::File's verion of CreateFileW.
CreateFileW returns INVALID_FILE_HANDLE (-1) on error, not false.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problems Opening file with Perl where path has UTF8 (error)
by tye (Sage) on Nov 25, 2006 at 08:18 UTC | |
by ikegami (Patriarch) on Nov 25, 2006 at 16:20 UTC |