| Znav |
|---|
| next | IcePatch2-FileServer |
|---|
| prev | IcePatch2-FileAccessException |
|---|
|
IcePatch2::FileInfo
Overview
struct FileInfo
Basic information about a single file.
Used By
Data Member Index
path — The pathname.
checksum — The SHA-1 checksum of the file.
size — The size of the compressed file in number of bytes.
executable — The executable flag.
Data Members
string
path;
The pathname.
checksum;
The SHA-1 checksum of the file.
int
size;
The size of the compressed file in number of bytes.
bool
executable;
The executable flag.
| Znav |
|---|
| next | IcePatch2-FileServer |
|---|
| prev | IcePatch2-FileAccessException |
|---|
|