|
Guitar
|
#include <FileInfo.h>

Classes | |
| struct | Private |
Public Member Functions | |
| FileInfo () | |
| FileInfo (std::string const &file) | |
| virtual | ~FileInfo () |
| bool | isFile () const |
| bool | isDir () const |
| bool | isExecutable () const |
| Dir | dir () const |
| std::string | fileName () const |
| std::string | absoluteFilePath () const |
Private Attributes | |
| Private * | m |
| FileInfo::FileInfo | ( | ) |
| FileInfo::FileInfo | ( | std::string const & | file | ) |

|
virtual |
| std::string FileInfo::absoluteFilePath | ( | ) | const |

| Dir FileInfo::dir | ( | ) | const |
| std::string FileInfo::fileName | ( | ) | const |
| bool FileInfo::isDir | ( | ) | const |
| bool FileInfo::isExecutable | ( | ) | const |
| bool FileInfo::isFile | ( | ) | const |
|
private |