libyui-ncurses
2.44.1
|
Public Member Functions | |
NCFileInfo (std::string fileName, struct stat64 *statInfo, bool link=false) | |
bool | isDir () |
bool | isLink () |
bool | isFile () |
Public Attributes | |
std::string | _name |
std::string | _realName |
std::string | _tag |
std::string | _perm |
std::string | _user |
std::string | _group |
dev_t | _device |
mode_t | _mode |
nlink_t | _links |
off64_t | _size |
time_t | _mtime |
Definition at line 44 of file NCFileSelection.h.
NCFileInfo::NCFileInfo | ( | std::string | fileName, |
struct stat64 * | statInfo, | ||
bool | link = false |
||
) |
Constructor from a stat buffer (i.e. based on an lstat64() call).
Definition at line 43 of file NCFileSelection.cc.