Fwd: Re: last modified file
=> '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
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.