IcePatch2::FileInfo

Overview

struct FileInfo

Basic information about a single file.

Data Member Index

checksum

The SHA-1 checksum of the file.

executable

The executable flag.

path

The pathname.

size

The size of the compressed file in number of bytes.

checksum

::Ice::ByteSeq checksum;

The SHA-1 checksum of the file.

executable

bool executable;

The executable flag.

path

string path;

The pathname.

size

int size;

The size of the compressed file in number of bytes.