Public Member Functions | |
| int | findclose () |
| FindData () | |
| int | findfirst (string &filename) |
| int | findfirst (const char filename[]) |
| int | findnext () |
| stat * | getStatStruct () |
| ~FindData () | |
Public Attributes | |
| int | attrib |
| char * | name |
| off_t | size |
| time_t | time_write |
Private Attributes | |
| DIR * | dh |
| string | DirName |
| stat | stats |
|
|
Initialize class members. |
|
|
free class members. |
|
|
free the used resources. |
|
|
|
|
|
find the first file using its name. Return -1 or errors. |
|
|
find the next file in the directory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1