> One of us apparently misunderstood the OP's issue.  :-)  I thought he said
> that the file was being renamed, as opposed to overwritten.  You are stating
> that it is indeed being overwritten.  I'm not sure which the case is, but as
> Robert pointed out, it might be a file lock issue.  <shrug>

No, it's not a file lock issue. In Windows, when you overwrite a file,
it doesn't matter what case you specified - the filesystem performs a
case-insensitive match, and overwrites whatever's there. If you want
different behavior, you need a case-sensitive filesystem.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or on

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to