Tintware Documentation : Tint Programming Language : Tint Reference : File Primitives : tint.when-modifiedSyntax#(tint.when-modified,%pathname) #(tint.when-modified,%pathname,%seperator) %pathname is the name of a directory or a file. If %seperator is not specified, then the call will return when the file or directory was last modified as the number of seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time, according to the system clock. See tint.current-time. If %seperator is specified, then the call will return when the result as a list of fields in the same format at tint.current-date. Examples#(tint.when-modified,c:\Program Files\Tintware) 1015266491 #(tint.when-modified,c:\Program Files\Tintware\uninst.dat) 1015266493 |