|
| | NCFileInfo (std::string fileName, struct stat64 *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 |
| |
|
off64_t | _size |
| |
|
time_t | _mtime |
| |
◆ NCFileInfo()
| NCFileInfo::NCFileInfo |
( |
std::string |
fileName, |
|
|
struct stat64 * |
statInfo, |
|
|
bool |
link = false |
|
) |
| |
Constructor from a stat buffer (i.e. based on an lstat64() call).
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/libyui-ncurses-4.0.1/src/NCFileSelection.h
- /home/abuild/rpmbuild/BUILD/libyui-ncurses-4.0.1/src/NCFileSelection.cc