指定的文件存在嗎?
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
If (fs.FileExists("c:\winnt\cursors\3dgarro.cur"))=true Then
Response.Write("File c:\winnt\cursors\3dgarro.cur exists.")
Else
Response.Write("File c:\winnt\cursors\3dgarro.cur does not exist.")
End If
set fs=nothing
%>
</body>
</html>
結(jié)果:
File c:\winnt\cursors\3dgarro.cur does not exist.
相關(guān)文章
- ASP 程序
- ASP Application 對(duì)象
- ASP Global.asa
- ASP TextStream 對(duì)象
- 在自己的 PC 上運(yùn)行 ASP
- ASP 語(yǔ)法
- ASP Size 屬性
- ASP Type 屬性
- ASP Key 屬性
- ASP ContentType 屬性
- ASP ExpiresAbsolute 屬性
- ASP Pics 屬性
- ASP BinaryWrite 方法
- ASP GetFile 方法
- ASP GetFileName 方法
- POST表單
- 在 asp 中使用 html 標(biāo)簽格式化文本
- 將用戶重定向至一個(gè)不同的 url
- 顯示隨機(jī)的鏈接
- 來(lái)自表單的更多信息