FileAttributes Struct Reference

File attributes. More...

#include <File.h++>

List of all members.

Public Member Functions

 FileAttributes ()
 Constructor.
bool isDirectory () const throw ()
 Test if the file is a directory.
bool isFile () const throw ()
 Test if the file is a plain file.

Public Attributes

FileType type
 File type.
time_ms_t created
 File creation time (not available on all platforms).
time_ms_t modified
 File last-modified time.
time_ms_t accessed
 File last-accessed time.
uint64_t size
 File size, in bytes.
Permissions permissions
 File access permissions.

Detailed Description

File attributes.

Author:
Mark Lindner

Constructor & Destructor Documentation

FileAttributes (  )  [inline]

Constructor.


Member Function Documentation

bool isDirectory (  )  const throw () [inline]

Test if the file is a directory.

bool isFile (  )  const throw () [inline]

Test if the file is a plain file.


Member Data Documentation

File last-accessed time.

File creation time (not available on all platforms).

File last-modified time.

File access permissions.

uint64_t size

File size, in bytes.

File type.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 26 16:49:09 2011 for libcommonc++ by  doxygen 1.6.3