Subay
28.06.07, 17:39
<html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject ")
If fs.FolderExists("c:\temp") = true Then
Response.Write("Klasör bulundu.")
Else
Response.Write("Klasör bulunamadı.")
End If
set fs=nothing
%>
</body>
</html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject ")
If fs.FolderExists("c:\temp") = true Then
Response.Write("Klasör bulundu.")
Else
Response.Write("Klasör bulunamadı.")
End If
set fs=nothing
%>
</body>
</html>