Perl Diver wrote:
> I'm trying to use the Win32::API module to access the native
> FindFirstFile() and FindNextFile() system calls. It's as a workaround
> to the File::Find module, because for some reason stat() is dreadfully
> slow on FAT32... Anyway, the Win32::API stuff works fine and returns
I'm trying to use the Win32::API module to access the native
FindFirstFile() and FindNextFile() system calls. It's as a workaround
to the File::Find module, because for some reason stat() is dreadfully
slow on FAT32... Anyway, the Win32::API stuff works fine and returns
all the file metadata I ne