Whatever message this page gives is out now! Go check it out!
GetFileInfo( filepath ) |
Parameter | Description |
filepath | Absolute on-disk or in-memory path. |
<cfscript>
FileSetLastModified("c:\temp\test1.txt", "#Now()#");
WriteOutput(GetFileInfo("c:\temp\test1.txt").lastmodified);
</cfscript