FileParams

FileParams class

Defines an embedded file parameter dictionary that shall contain additional file-specific information.

The FileParams type exposes the following members:

Constructors

NameDescription
FileParams(spec)Initializes a new instance of the FileParams class

Properties

NameDescription
sizeThe size of the uncompressed embedded file, in bytes.
creation_dateThe date and time when the embedded file was created.
mod_dateThe date and time when the embedded file was last modified.
check_sumA 16-byte string that is the checksum of the bytes of the uncompressed embedded file.
The checksum is calculated by applying the standard MD5 message-digest algorithm
to the bytes of the embedded file stream.

See Also