<html><body><FONT COLOR=#ff0000><%Set fs=Server.CreateObject("Scripting.FileSystemObject")If fs.FolderExists("c: emp") = true Then Response.Write("Folder c: emp exists.")Else Response.Write("Folder c: emp does not exist.")End Ifset fs=nothing%></FONT></body></html>