Description
- Determines if file is compressed.
Property type
-
A Boolean value.
Syntax
-
object.Compressed [= value]
The Compressed Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
| value |
A Boolean value. |
Remarks
-
This property determines if wodAppUpdate decompress file
on the fly, while downloading it from the server. Once file
is downloaded, it will always be in uncompressed
state.
|