[ale] existence of a file

Terry Bailey terry at bitlinx.com
Tue Apr 10 21:51:42 EDT 2007


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




More information about the Ale mailing list