How to get the creation time of a file ?

make

Member
Hi Peggers,

i am looking for a possibility to check the creation time of some files onour Progress Server.
I can do it Visual Basic, but i want to do this in Progress, is there a way.

Thank for your help !

Greets

Make
 

jongpau

Member
HI Make,

Try this:
Code:
FILE-INFO:FILE-NAME = "<OS File Name>":U.
MESSAGE FILE-INFO:FILE-CREATE-DATE FILE-INFO:FILE-CREATE-TIME
VIEW-AS ALERT-BOX.
HTH
 

make

Member
Thanx, but

this wont work ! cause i have only Progress 8.3 E. I believe for this i need Version 9.x.


Greets

Make
 
Top