name |
Yes |
string |
Specifies the name of the directory or file
that was extracted from the archive. If the file or directory is located
in a sub-directory the value returned by the name node
during run time includes the relative directory path of the file or
directory. For example, if the archive contains the file called file1.txt
located in the directory called cat, the value: cat\file1.txt is returned. |
datetime |
No |
dateString |
Specifies the creation date and time of the
file or the directory in the archive. |
isdirectory |
No |
boolean |
Specifies if the current entity is a directory
or a file: - true specifies the entity is a directory
- false specifies the entity is a file
|
content |
No |
base64Binary |
Specifies the contents of the file or directory. |
size |
No |
long |
Specifies the size of the file or directory. |
userid |
No |
string |
Specifies the user ID of the file or directory. |
groupid |
No |
string |
Specifies the group IDof the file or directory. |
permissions |
No |
string |
Specifies the permissions of the file or directory. |