dizzy1
09-20-2007, 04:25 PM
Im getting a error when trying to write to a txt file.
dim fs,tfile
set fs=Server.CreateObject("Scripting.FileSystemObject")
set tfile=fs.CreateTextFile("E:\www\NMBSTV\Prototype\somefile.txt")
tfile.WriteLine(ful)
tfile.close
set tfile=nothing
set fs=nothing
Its so annoying i got it working on my test server and then moved it to another server and it gives this error i think it could be perrmisions but ive gave the folder read write permisions.
dim fs,tfile
set fs=Server.CreateObject("Scripting.FileSystemObject")
set tfile=fs.CreateTextFile("E:\www\NMBSTV\Prototype\somefile.txt")
tfile.WriteLine(ful)
tfile.close
set tfile=nothing
set fs=nothing
Its so annoying i got it working on my test server and then moved it to another server and it gives this error i think it could be perrmisions but ive gave the folder read write permisions.