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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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