Scripting.FileSystem object (for ASP) enabled in the windows servers and limited to your home directory. you can test its functionality using coding. A simple example is -
<html>
<body>
<%
Set fs=Server.CreateObject("Scripting.FileSystemObject")
If (fs.FileExists("path to file"))=true...