> I am trying to delete a file on a share that is read-only and > coldfusion, although it has full controll of the share, cannot > delete the file. > > Here is the error I get when I try to delete or even write > over the file: > > Service threw an exception during method invocation: The > file/directory > "\\estarsdev01\estarsdocs\LMSI\2002\9\32759\assignVol_dump.txt" > provided as the "Destination" is ReadOnly.
If the share is read-only, that implies that no one has permission to write, modify or delete files through the share. Keep in mind, also, that share permissions are separate from filesystem permissions - that is, you might grant a user full control to the directory within the filesystem, yet if the share permissions are more restrictive than the filesystem permissions, the user might not be able to write or delete. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

