Fwd: Re: last modified file

2004-06-28 Thread F H
=> 'TEXT',  Data ="" $message_body) or die "Error adding the text message part: $!\n"; ### Add the TXT file $msg->attach (   Type => 'text/html',   Path => $my_file_txt,      Disposition => 'attachment') or die "Error adding

last modified file

2004-06-26 Thread F H
Hi there, I have a directory where log files are saved in on a daily basis by a VB program. and what I need is a way to get the last file stored into that directory. The last modified file in that directory should do it. Any help is really appreciated F.