@@ -102,5 +102,10 @@ end
function fastweb.toint(obj)
return fw_toint(obj)
end
-
+--[[
+ 文件最后修改时间
+]]
+function fastweb.file_last_modified_time(filepath)
+ return file_last_modify_time(filepath)
+end
return fastweb