<html>
<body>
<% ' programlama: hazirkod.com
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>