in reply to Re^4: File::Find::Rule - error message with use of
in thread File::Find::Rule - error message with use of

open uses CreateFileA to open files, and CreateFileA doesn't support paths that long. CreateFileW does if the path is prefixed with some special sequence.
  • Comment on Re^5: File::Find::Rule - error message with use of