|
Jive reference manual
|
#include <jem/io/File.h>
Public Member Functions | |
| FileInfo () | |
| FileInfo (const FileInfo &rhs) | |
| bool | exists () const |
| bool | isFile () const |
| bool | isDir () const |
| bool | isLink () const |
| bool | isReadable () const |
| bool | isWritable () const |
| bool | isExecutable () const |
Public Attributes | |
| int | mode |
| lint | length |
| Time | atime |
| Time | mtime |
| jem::io::FileInfo::FileInfo | ( | ) |
| jem::io::FileInfo::FileInfo | ( | const FileInfo & | rhs | ) |
| bool jem::io::FileInfo::exists | ( | ) | const |
| bool jem::io::FileInfo::isFile | ( | ) | const |
| bool jem::io::FileInfo::isDir | ( | ) | const |
| bool jem::io::FileInfo::isLink | ( | ) | const |
| bool jem::io::FileInfo::isReadable | ( | ) | const |
| bool jem::io::FileInfo::isWritable | ( | ) | const |
| bool jem::io::FileInfo::isExecutable | ( | ) | const |
| int jem::io::FileInfo::mode |
| lint jem::io::FileInfo::length |
| Time jem::io::FileInfo::atime |
| Time jem::io::FileInfo::mtime |