Jive reference manual
List of all members | Public Member Functions | Public Attributes
jem::io::FileInfo Class Reference

#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
 

Constructor & Destructor Documentation

jem::io::FileInfo::FileInfo ( )
jem::io::FileInfo::FileInfo ( const FileInfo rhs)

Member Function Documentation

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

Member Data Documentation

int jem::io::FileInfo::mode
lint jem::io::FileInfo::length
Time jem::io::FileInfo::atime
Time jem::io::FileInfo::mtime