in reply to Re^3: Problems Opening file with Perl where path has UTF8 (d'oh!)
in thread Problems Opening file with Perl where path has UTF8

Did you try this? Because the XS code and the documentation for Win32API::File's CreateFile() shows that a false value is returned on error.

- tye        

  • Comment on Re^4: Problems Opening file with Perl where path has UTF8 (error)

Replies are listed 'Best First'.
Re^5: Problems Opening file with Perl where path has UTF8 (error)
by ikegami (Patriarch) on Nov 25, 2006 at 16:20 UTC
    My apologies. My testing had been done with the Kernel32's CreateFileW, not with Win32API::File::CreateFileW.