|
Return information about a tar file.
Syntax
tar_directory( file, location, desc var )
Number of files in output array, 0 on error
- filepath = File name and path within the location
- location = Either "script" or "data". Anything else defaults to "data".
- desc (out) = An array of structures, one array element for each item in the tar file, with the following members assigned:
- NAME: Text
|
User Annotations:
tar_directory
|