Contents - Index


TIMESTAMP$

 

The TimeStamp$ function accepts one parameter, which is a string constant or string variable providing the name of a file.  The function returns a string that displays the date and time that the file was last modified.  If the file cannot be found, the function returns 'File not found';

 

Example:

 

F$=timestamp$('C:\Temp\myfile.txt')

 

See also:  TimeStamp