in reply to Finding hidden and system files with File::Find (win32)
Or you could use the commandline or GUI shell to turn off the flags on all files, before running your script.
As for "can it be done", yes, use Win32 API functions instead of opendir/readdir or File::Find which uses those. Looks like Win32API::File doesn't have them. But Win32::API can do anything.
—John
|
|---|