#filectime()
DESCRIPTION
returns a file's ctime (change time)
SYNOPSIS
#filectime(s)
ARGUMENTS
s - a quoted string, or string expression, representing a filepath
EXAMPLES
# pikt +C 'output $text(#filectime("/etc/passwd"))'
1173491968
rule
set #fc = #filectime($inlin)
rule
if #fc != %fc
output mail "for $inlin, ctime has changed"
fi
SEE ALSO
#fileino()
#filelinks()
#fileuid()
#filegid()
#fileatime()
#filemtime()
#filesize()
Numerical Functions
String Functions