libyui-ncurses
Loading...
Searching...
No Matches
NCFileInfo Struct Reference
Collaboration diagram for NCFileInfo:

Public Member Functions

 NCFileInfo (std::string fileName, struct stat *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
 
off_t _size
 
time_t _mtime
 

Constructor & Destructor Documentation

◆ 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: