CF locks a file after read it using java.io.FileReader

2007-08-02 Thread Marco Antonio C. Santos
Hi all. This could be a CF 7 bug? After read a file using I'll need to delete that file and recreate it with new content. But CF locks that file and doesn't allow to delete it. Any suggestions? ~| Create robust enterprise, web

Re: CF locks a file after read it using java.io.FileReader

2007-08-02 Thread Marco Antonio C. Santos
Works fine now. Solution: After read that file I needed to close that connection: Cheers On 8/2/07, Marco Antonio C. Santos <[EMAIL PROTECTED]> wrote: > > Hi all. This could be a CF 7 bug? After read a file using > > > > I'll need to delete that file and recreate it with new content. Bu

Re: CF locks a file after read it using java.io.FileReader

2007-08-02 Thread Adrian Moreno
>Hi all. This could be a CF 7 bug? After read a file using > > > >I'll need to delete that file and recreate it with new content. But CF locks >that file and doesn't allow to delete it. Any suggestions? You have to before you can delete it. ~~

Re: CF locks a file after read it using java.io.FileReader

2007-08-02 Thread Janet MacKay
Do you call close() on the reader when you're finished with the file? Janet ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/lab