R
Raymondo
I would like to be able to automatically delete a file from the fpdb folder -
I have set all the permissions to run scripts and files etc but using the
following code
<%
dim fs,f,s
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.GetFile("/fpdb/xxxxxx.xls")
f.Delete(true)
set f=nothing
set fs=nothing
set s=nothing
%>
but get the following error
FileSystemObject error '80040401' Permission Denied
any ideas anyone?
I have set all the permissions to run scripts and files etc but using the
following code
<%
dim fs,f,s
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.GetFile("/fpdb/xxxxxx.xls")
f.Delete(true)
set f=nothing
set fs=nothing
set s=nothing
%>
but get the following error
FileSystemObject error '80040401' Permission Denied
any ideas anyone?