#include <gfilestat.h>
Public Member Functions | |
gFileStat (char *fName=NULL) | |
gFileStat (gString &sName) | |
gFileStat (int fd) | |
virtual | ~gFileStat () |
virtual bool | IsOk () |
virtual bool | HasStat () |
int | Error () |
bool | IsDirectory () |
bool | IsLink () |
bool | Update (int fd=-1) |
bool | Update (char *fName) |
gFileStat & | CopyStat (gFileStat ©) |
Public Attributes | |
int | lastOpError |
int | lastOpErrorL |
gString | name |
sFileStat | status |
sFileStat | statusL |
Protected Member Functions | |
int | thisStatName (char *fName, int fd, sFileStat &st, sFileStat &stL) |
int | thisFileStat (int fd, sFileStat &st, sFileStat &stL) |
|
Definition at line 48 of file gfilestat.cpp. |
|
Definition at line 60 of file gfilestat.cpp. |
|
|
|
Definition at line 72 of file gfilestat.cpp. |
|
Definition at line 93 of file gfilestat.cpp. Referenced by gFileSysName::gFileSysName(). |
|
Definition at line 91 of file gfilestat.h. Referenced by IsOk(). |
|
Definition at line 87 of file gfilestat.h. Referenced by IsOk(), and gDir::thisScanDir(). |
|
Definition at line 95 of file gfilestat.h. |
|
Definition at line 98 of file gfilestat.h. |
|
Definition at line 83 of file gfilestat.h. |
|
Definition at line 177 of file gfilestat.cpp. Referenced by thisStatName(), and Update(). |
|
Definition at line 105 of file gfilestat.cpp. Referenced by gFileStat(), and Update(). |
|
Definition at line 86 of file gfilestat.cpp. |
|
Definition at line 76 of file gfilestat.cpp. Referenced by gDir::thisScanDir(). |
|
Definition at line 78 of file gfilestat.h. Referenced by CopyStat(), Error(), thisFileStat(), and thisStatName(). |
|
Definition at line 78 of file gfilestat.h. Referenced by CopyStat(), Error(), thisFileStat(), and thisStatName(). |
|
Definition at line 79 of file gfilestat.h. Referenced by CopyStat(), gFileStat(), and Update(). |
|
Definition at line 80 of file gfilestat.h. Referenced by CopyStat(), gFileStat(), and Update(). |
|
Definition at line 80 of file gfilestat.h. Referenced by CopyStat(), gFileStat(), IsDirectory(), IsLink(), gDir::thisScanDir(), and Update(). |