http://www.perlmonks.org?node_id=114428


in reply to Finding hidden and system files with File::Find (win32)

I've never seen readdir nor glob skip readonly, system, nor hidden files in Perl under Win32. My quick testing shows hidden and system files showing up via both of those methods just fine. So I don't see how File::Find could be skipping those unless it contains code to do that, which I don't see.

Perhaps the problem is elsewhere?

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Finding hidden and system files with File::Find (win32)