I am having trouble writing out to a network drive....

I tried using 

./../../../507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL

And cffile didn't like the ".."

So I am now using this:

//507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL

And 


<CFFILE ACTION="Copy"
    SOURCE="//507-admin/Iepplus/Iepplus/CONSOL/STXsuppl.BIL"
    DESTINATION="//507-admin/Iepplus/Iepplus/CONSOL/stxsuppl.Bak"
    >

Error:

Error Diagnostic Information
Error processing CFFILE 
Unable to copy file '//507-admin/Iepplus/Iepplus/CONSOL/\STXsuppl.BIL'
to path '//507-admin/Iepplus/Iepplus/CONSOL/\stxsuppl.Bak'. Error:
Access is denied. (error 5). 
The error occurred while processing an element with a general identifier
of (CFFILE), occupying document position (31:1) to (34:5).

HOW Can I write/append/and edit files on network drives????

Please help

Kris Pilles
Website Manager
Western Suffolk BOCES
507 Deer Park Rd., Building C
Phone: 631-549-4900 x 267
E-mail: [EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to