指定的文件夾存在嗎?
代碼:
<!DOCTYPE html><html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
If fs.FolderExists("c:\temp") = true Then
Response.Write("Folder c:\temp exists.")
Else
Response.Write("Folder c:\temp does not exist.")
End If
set fs=nothing
%>
</body>
</html>
結(jié)果:
Folder c:\temp does not exist.
相關(guān)文章
- ASP Application 對(duì)象
- ASP Server 對(duì)象
- ASP Drive 對(duì)象
- ASP ADO
- ASP Browser Capabilities
- ASP – AJAX 與 ASP
- ASP Read 方法
- ASP ReadLine 方法
- ASP DateCreated 屬性
- ASP DateLastModified 屬性
- ASP ParentFolder 屬性
- ASP Remove 方法
- ASP Cookies 集合
- ASP Expires 屬性
- ASP ExpiresAbsolute 屬性
- ASP Status 屬性
- ASP GetExtensionName 方法
- ASP.NET HtmlButton 控件
- ASP.NET HtmlForm 控件
- ASP.NET Text 屬性