UpdFile Object
    
 
Description

UpdFile Class


Remarks

This interface holds information about file that is available on the server for update. When you call Check method, collection of Files will be populated with objects like this one.


Members
Properties
CmdAfter Read-write property Executes command after file is replaced.
CmdBefore Read-write property Executes command before file is replaced.
Compressed Read-write property Determines if file is compressed.
Date Read-only property Returns creation date information from local file.
MD5 Read-only property Returns MD5 hash of the current file.
ModificationDate Read-write property Returns modification date information from local file.
MyVersion Read-write property Holds local version of the file.
MyVersionInt Read-write property Provides indexed access to local version information.
Name Read-write property Holds name of the file.
NeedReplace Read-write property Determines if file should be replaced or not.
NewDate Read-write property Holds creation date information from the new file.
NewMD5 Read-only property Returns MD5 hash of the new file.
NewModificationDate Read-write property Holds modification date from the new file.
NewPath Read-write property Holds temporary path where new version is stored.
NewVersion Read-write property Holds new version of the file, available on the server.
NewVersionInt Read-write property Provides indexed access to remote new version information.
Path Read-write property Holds full path to local file.
Permissions Read-write property Sets or reads permissions on a file for the user/group.
Processes Read-only property Returns collection of processes that use this file.
Register Read-write property Determines if file should be registered as COM server.
Size Read-write property Holds remote file size.
UncompressedSize Read-write property Holds original uncompressed file size.
URL Read-write property Holds URL from where can new file be downloaded.