Description
-
Holds original uncompressed file size.
Property type
-
A Long value.
Syntax
-
object.UncompressedSize [= value]
The UncompressedSize Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A Long value. |
Remarks
-
This property holds size of the file in uncompressed form, in
case you used UpdSqueze to compress the file. This property is not
used by wodAppUpdate, and only holds the value found in
configuration file, if it was specified.
|