Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIcePatch2-FileServer
prevIcePatch2-FileAccessException
Section


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.

Ztop

Data Members

string
Anchor
path
path
path;

The pathname.

Ice::ByteSeq
Anchor
checksum
checksum
checksum;

The SHA-1 checksum of the file.

int
Anchor
size
size
size;

The size of the compressed file in number of bytes.

bool
Anchor
executable
executable
executable;

The executable flag.

Ztop

Znav
nextIcePatch2-FileServer
prevIcePatch2-FileAccessException
Section