vc_fetch_date

one of the documented procedures in this installation of the ACS
Usage:
vc_fetch_date   path
What it does:
Returns the commit time for a file, or the empty string if no version control information is available.
Defined in: /web/philip/tcl/vc-defs.tcl

Source code:


    return [lindex [split [vc_fetch_summary $path] "/"] 3]


philg@mit.edu