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 ??
			
			
			
				Gues you'll find what you are looking for here: http://www.ionicwind.com/forums/index.php/topic,1494.0.html
Good luck!
			
			
			
				You have to use the GetFileTime function, that is declared into windows.inc file as _GetFileTime(). :)
			
			
			
				thanks for the replies, this looks like it should do for my needs, again thanks ..