You can use the "status" statement. The following will return an
unformatted/converted list.

1  FIELD      ItemStat
2  TYPE       I
3  LOC        subr('getItemStat')
4  CONV
5  NAME       Stuff
6  FORMAT     15T
7  S/M        M


function getItemStat
        fileDetail = ''
        openseq @filename,@id to f.file then
                status fileDetail from f.file else null
        end
        closeseq f.file
return(lower(fileDetail))
end


> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Dave Raven
> Sent: Wednesday, 2 June 2004 05:38
> To: [EMAIL PROTECTED]
> Subject: [U2] windows file header
>
>
> I would like to pick up the windows file header with the item id
> and date. Is there a way to capture this information in basic.
>
> I am would like to have a I-Descriptor that can tell me the last
> revised date from the windows folder.
>
> D Raven
> e Fax (815)4259364
> P.O. Box 17811, Irvine CA 92623-7811
> -------
> u2-users mailing list
> [EMAIL PROTECTED]
> To unsubscribe please visit http://listserver.u2ug.org/
>



**********************************************************************
This email message and any files transmitted with it are confidential
and intended solely for the use of addressed recipient(s). If you have 
received this email in error please notify the Spotless IS Support Centre (61 3 9269 
7555) immediately who will advise further action.

This footnote also confirms that this email message has been scanned
for the presence of computer viruses.
**********************************************************************
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to