Return the size of the file in bytes.
Syntax
object.Size
The object is an expression that evaluates to a PackageFile
object.
Remarks
The Size property returns the uncompressed
size of the file stored in the package. If the file is a patch file, then the size
reflects the size of the original file at the time that the patch was created.
|