TC: int getftime( int handle, struct ftime *ftimep )



	- prototype in dos.h

	- retrieves file time and date for the file associated with
	  handle into ftimep
	- structure ftime is defined in dos.h
	- MS C uses _dos_getftime()
	- see	INT 21,57