#include <file.h>
Data Fields | |
PmFileType | type |
The type of file. | |
PmPackage * | package |
The package that owns this file. | |
char * | name |
The filename. | |
char * | checksum |
The file's MD5 checksum. | |
mode_t | mode |
The file's mode. | |
char * | owner |
The file's owner username. | |
char * | group |
The file's owner group name. | |
char * | symlink |
The file that this file points to. | |
unsigned short | majorMinor |
The major and minor numbers for this file if it is a device. | |
unsigned int | size |
The file size. | |
time_t | date |
The timestamp in seconds since the epoch. | |
PmFile * | prev |
The previous file in the list. | |
PmFile * | next |
The next file in the list. |
|
The file's MD5 checksum.
|
|
The timestamp in seconds since the epoch.
|
|
The file's owner group name.
|
|
The major and minor numbers for this file if it is a device.
|
|
The file's mode.
|
|
The filename.
|
|
The next file in the list.
|
|
The file's owner username.
|
|
The package that owns this file.
|
|
The previous file in the list.
|
|
The file size.
|
|
The file that this file points to.
|
|
The type of file.
|