Hi, I think that if (-e $file) is true if $file exists. How do you test if a file does not exist? I thought it would be if (!(-e $file) but that doesn't seem to be working. Thanks, Terry Bailey