Jamen det er det da.
Du kan finde mere info her:
http://www.w3schools.com/asp/asp_ref_filesystem.aspHurtigt eksempel:
<%
dim fs
set fs=Server.CreateObject("Scripting.FileSystemObject")
if fs.FileExists("c:\asp\introduction.asp")=true then
fs.MoveFile "c:\asp\introduction.asp","c:\asp\blabla.asp"
end if
set fs=nothing
%>