精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

返回指定文件的屬性

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

dim fs,f

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

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

Response.Write("The attributes of the file testread.txt are: " & f.Attributes)

set f=nothing

set fs=nothing

%>

 

</body>

</html>

結果:

The attributes of the file testread.txt are: 32

相關文章