Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


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.

Ice::ByteSeq 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.


  • No labels