Use the DIR command on the file.

Get the path of the file, append the appropriate "\" or "/", then do a
DIR.

For example, on a Unix machine:

     ITEM.ID = 'TEST'
     OPEN '','BP' TO BP THEN
        FILE.PATH = FILEINFO(BP,2)
        ITEM.PATH = FILE.PATH:'/':ITEM.ID
        ITEM.DATE = OCONV(DIR(ITEM.PATH)<2>,'D2/')
     END
     PRINT ITEM.DATE
--------------------------------------------------------

This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software Corporation or any other 
company within its group.


This message has been scanned for malware by Websense. www.websense.com
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to