FileTest class of PicoRuby
Singleton methods
directory?
FileTest.directory?(String file) -> bool
exist?
FileTest.exist?(String file) -> bool
file?
FileTest.file?(String file) -> bool
pipe?
FileTest.pipe?(String file) -> bool
size
FileTest.size(String |nil file) -> Integer
size?
FileTest.size?(String file) -> (Integer | nil)
socket?
FileTest.socket?(String file) -> bool
symlink?
FileTest.symlink?(String file) -> bool
zero?
FileTest.zero?(String file) -> bool