[Javascript] copying a file

Andrew Dunn adunn at mail.interworx.com.au
Mon Aug 6 01:34:26 CDT 2001


howdy,

i'm trying to copy a file using ActiveX file system object. But when I do it
gives me an error, "permission denied". I can copy folders with no errors.
Does anyone have any ideas why i can't copy files? The line that does the
copying is:

html_file =
obj_fso.CopyFile("C:\\demo\\d2k\\equote\\main.htm",folder_loc,true);


Thanks,

Andrew




More information about the Javascript mailing list