Calling this will return the date the file was made
Function GetDate(f_name)
f_name (input) - the name of the file
This function returns a date in the form of a string
Sample
'---------- Start ----------
Function Start
trg.Message( target.file.GetDate( "C:\TargetFileExample\TargetFileExample.txt" ) )
End Function
See also