#12003/5/7 10:10:31
这个是什么意思?server.mappath("/")
帮忙讲解一下谢
if not fileobject.FileExists(server.mappath("/")&"/kq/"&cstr(year(date()))&".mdb") _ then
file1=server.mappath("/")&"\kq\backup\new.mdb"
file2=server.mappath("/")&"\kq\"&cstr(year(date()))&".mdb"
fileobject.copyfile file1,file2
end if