?? 6-7.asp
字號:
<html><body>
<%
set fso=server.createobject("scripting.filesystemobject")
set e=fso.getfile("c:\abc\t1.txt")
%>
<br>文件名稱:<% =e.name %>
<br>路 徑:<% =e.path %>
<br>所在盤符:<% =e.drive %>
<br>文件大小:<% =e.size %>
<br>文件類型:<% =e.type %>
<br>文件屬性:<% =e.attributes %>
<br>創建時間:<% =e.datecreated %>
</body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -