Link to home
Start Free TrialLog in
Avatar of baskar
baskar

asked on

Finding date of a file in runtime

I'm using PB 7.0 and would like to know how to find out the date and time of a file (*.txt/*.pbd) during runtime.  URGENT!!

Thank you,
Baskar
Avatar of baskar
baskar

ASKER

pls mail to baskar@comline.com.my
If you saved your  *.txt file as "tab Separated"  file. Make a datastore from this file and you can access any time to your datastore.  (ImportFile function for *.Txt file). The count of your datastore columns must be equal to the *.txt file columns.
Avatar of baskar

ASKER

Hi Bhatti,

No I won't be reading the file, I mean the contents. I just wants to know the last edited date and time of the file.
Avatar of baskar

ASKER

Hi Bhatti,

No I won't be reading the file, I mean the contents. I just wants to know the last edited date and time of the file.
Try with API/SDK functions to find data and time of file attributes.
ASKER CERTIFIED SOLUTION
Avatar of Miguel_Angel
Miguel_Angel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of baskar

ASKER

Thank you very much for your guidance. Sorry for the delay in getting back.