From: Li Chen Date: 2006-10-23T01:52:23+09:00 Subject: about file format Hi guys, I just wonder what is the default file format which can recognized by File.file?(). I have some files in a folder with this format: OTI-4.001 OTI-4.002 OTI-4.003 OTI-4.004 OTI-4.005 OTI-4.006 OTI-4.007 I use irb to check if this format can be seen by Ruby and here is the result: irb(main):007:0> File.file?('OTI-4.001') => false Any comments? Thank you in advance, Li -- Posted via http://www.ruby-forum.com/.