|
| NCFileInfo (std::string fileName, struct stat *statInfo, bool link=false) |
|
bool | isDir () |
|
bool | isLink () |
|
bool | isFile () |
|
|
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 |
|
off_t | _size |
|
time_t | _mtime |
|
◆ NCFileInfo()
NCFileInfo::NCFileInfo |
( |
std::string | fileName, |
|
|
struct stat * | statInfo, |
|
|
bool | link = false ) |
Constructor from a stat buffer (i.e. based on an lstat() call).
The documentation for this struct was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-ncurses/src/NCFileSelection.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-ncurses/src/NCFileSelection.cc