in reply to Re: File Test help with -M (modification age)
in thread File Test help with -M (modification age)

I've already added a \ after dir using this statement if one does not exist....
unless($dirname =~ /\\$/){ $dirname .= "\\"; }
so by doing
$fullname = $dir.$file."\\";
I just continue to build the path to the file with the trailing '\'