Is it possible to do a "glob" on a directory and get a list of files with a certain extension( *.txt ) and also for a specific modification time?
I'm current doing:
my @file_list=glob("c:\\rawdata\\*.txt");
But I only want to get files modified on a certain date.
Jeff
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
