A module containing file test functions.
Returns true if filename exists.
Returns true if filename is a directory.
Returns true if filaname is an ordinary file.
Returns the size of filename. If filename does not exist, throws an Errno::EXXX exception (most likely Errno::ENOENT).