$WBFTIME - file time

Availability
$WBFTIME is available for use with all WBSP commands.

Syntax
$WBFTIME{filename}
$WBFTIME[filename]

Parameters
filename - any valid file name respecting WhizBase path rules

Returns
Time stamp of requested file

Example

<!--
[FormFields]
wb_command=r
-->
<!--WB_BeginTemplate-->
<html>
<head>
<title>File date and time</title>
</head>
<body>
This file was last modified at $WBFTIME[$wbe[script_name]].
</body>
</html>

After running this example, the resulting page in browser should contain the date and time when a file was created or last modified.