Jim Freeze wrote:
>
> How do I check for a file's existense via ruby without using exceptions?
>
FileTest.exist? ( aString ) -> true or false
or even
File.exist?("somefile.txt")
since File mixes in FileTest
Guy N. Hurst
--
HurstLinks Web Development http://www.hurstlinks.com/
Norfolk, VA 23510 (757)623-9688 FAX 623-0433
PHP/MySQL - Ruby/Perl - HTML/Javascript