/n software Workflow Activities V4 - Online Help
Available for:
/n software Workflow Activities V4
Questions / Feedback?

DirEntry Type

The Zip activity implements a PKZip-compatible Zip compressor and decompressor.

Remarks

The DirEntry listings are filled out by the activity when a directory listing is received when the Operation property has been set to ListDirectory. The server returns a listing for each directory and file in the RemotePath that exists. This listing is parsed into a directory entry.

The full line for the directory entry is provided by the Listing field.

Fields

FileName
String

The file name in the last directory listing. This may also be the directory name if a directory is being listed. You can tell whether it is a file or directory by the boolean IsDir field.

FileSize
Long

File size in the last directory listing.

FileTime
String

File time in the last directory listing. This contains the date/time stamp in which the file was created.

NOTE: In Unix systems the date is given in two types of formats: If the date is in the last 12 months the exact time is specified and the year is omitted. Otherwise only the date and the year but not hours or minutes are given.

IsDir
Boolean

Specifies whether entries in the last directory listing are directories. This boolean value denotes whether or not the directory entry listed in FileName is a file or a directory.

Listing
String

The complete unparsed entry in the directory listing. This contains the raw entry as received from the server.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.5.6240.0