IonicWind Software

IWBasic => General Questions => Topic started by: Pewing on February 25, 2010, 10:21:54 AM

Title: Date and Time stamps for files
Post by: Pewing on February 25, 2010, 10:21:54 AM
Hi all, On EBASIC Is there a way of getting the date and time stamps of files off the directory, At the moment I'm not seeing how you can read them ??
Title: Re: Date and Time stamps for files
Post by: Egil on February 25, 2010, 10:53:14 AM
Gues you'll find what you are looking for here: http://www.ionicwind.com/forums/index.php/topic,1494.0.html

Good luck!
Title: Re: Date and Time stamps for files
Post by: King64 on February 25, 2010, 11:09:29 AM
You have to use the GetFileTime function, that is declared into windows.inc file as _GetFileTime(). :)
Title: Re: Date and Time stamps for files
Post by: Pewing on February 25, 2010, 12:57:31 PM
thanks for the replies, this looks like it should do for my needs, again thanks ..