doxygen
Public Member Functions | List of all members
FileInfo Class Reference

Minimal replacement for QFileInfo. More...

#include <fileinfo.h>

Public Member Functions

 FileInfo (const std::string &name)
 
bool exists () const
 
size_t size () const
 
bool isWritable () const
 
bool isReadable () const
 
bool isExecutable () const
 
bool isRelative () const
 
bool isFile () const
 
bool isDir () const
 
bool isSymLink () const
 
std::string readLink () const
 
std::string filePath () const
 
std::string absFilePath () const
 
std::string fileName () const
 
std::string baseName () const
 
std::string extension (bool complete) const
 
std::string dirPath (bool absPath=true) const
 

Detailed Description

Minimal replacement for QFileInfo.


The documentation for this class was generated from the following files: