<html> <body> <% Set fs=Server.CreateObject("Scripting.FileSystemObject") If (fs.FileExists("c:\web\hazirkod\test.gif"))=true Then Response.Write("Dosya bulundu.") Else Response.Write("Dosya bulunamadı.") End If set fs=nothing %> </body> </html>