Navigation:  Reference > Form Objects >

TTASUnZip

Print this Topic Previous pageReturn to chapter overviewNext page

 

Use this object to used decompress files that used Zip Compression . This object will work with any standard Zip file.

 

 

PALETTE ICON & EXAMPLE

Misc

Name

Tag

Other

       ExtractFromZip  (This is a Runtime only) This is where you add the files you want to uncompress

       ( Does except Wildcards) (does the compressing when you access the field)

      BaseDirectory   Supplies the default path for add and extract operations on the archive.  

      Note: BaseDirectory is not necessarily the same as the directory of the archive.

       ErrClass         Type of Error (IE IO Error)

       ErrCode           numeric error Code

       ErrItem           Item the Error happen

       ErrType           What process was happening (IE Add  or Extract)

       FileName       Name of Zip file

      LogFile           Name of Log file it Login is on

  Logging           Create a log file by Logname
       Password   Adds a Passwords you Compressed files.

       PasswordRetries Specifies the maximum number of passwords to try when attempting to extract an encrypted file.

 

         ExtractOptions Determines the options for Extracting operations.

  TempDirectory Specifies a temporary directory to use during archive operations.

EVENTS

This object has events that are called depending on what the user does.  The events are routines in your program that may return a value (generally .True. or .False.) or just alert your program that something is happening.  An event looks to your program for a special label.  It is made up of the object Name, a period (.) and the Event name (listed below).  For example, the Change event below would be:  ObjectName.Change:

There are no Events at this time.

Error Types:

Error type 'ADD'; 'DELETE'; 'EXTRACT'; 'FRESHEN'; 'MOVE';

Error Class 'INTERNAL'; 'I/0 Error';'FILER ERROR'; 'FILE CREATE ERROR'; 'OPEN ERROR';'UNKNOWN';

 


Page url: http://www.cassoftware.com/tas/manual/ttasunzip.htm