黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

文件何時(shí)被創(chuàng)建

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

dim fs, f

set fs=Server.CreateObject("Scripting.FileSystemObject")

set f=fs.GetFile(Server.MapPath("testread.txt"))

Response.Write("The file testread.txt was created on: " & f.DateCreated)

set f=nothing

set fs=nothing

%>

 

</body>

</html>

結(jié)果:

The file testread.txt was created on: 5/14/2012 9:46:44 AM

相關(guān)文章