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

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^4: File::Find::Rule - error message with use of

Replies are listed 'Best First'.
Re^5: File::Find::Rule - error message with use of
by ikegami (Patriarch) on Nov 10, 2009 at 18:06 UTC
    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.