Board logo

標題: [轉貼] ASP如何確定C 碟指定的是否目錄存在 [打印本頁]

作者: laigs218    時間: 2021-7-12 16:13     標題: ASP如何確定C 碟指定的是否目錄存在

<html>

<head>
<title></title>
</head>

<body>
<%
FolderName = "c:\temp"

Set fs = CreateObject("Scripting.FileSystemObject")

IF fs.FolderExists(FolderName) Then
     Response.write  "您指定的目錄存在"
Else
     Response.write  "您指定的目錄不存在"
End IF

Set fs = nothing
%>
</body>
</html>




歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)