#include <NCFileSelection.h>
Public Member Functions | |
NCFileInfo (string fileName, struct stat *statInfo, bool link=false) | |
NCFileInfo () | |
~NCFileInfo () | |
bool | isDir () |
bool | isLink () |
bool | isFile () |
Public Attributes | |
string | _name |
string | _realName |
string | _tag |
string | _perm |
string | _user |
string | _group |
dev_t | _device |
mode_t | _mode |
nlink_t | _links |
off_t | _size |
time_t | _mtime |
|
Constructor from a stat buffer (i.e. based on an lstat() call). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|