Re: [VFS] FileObject.close rules

2006-07-21 Thread Filip Defoort
Thanks, Mario, that'll simplify things! Cheers, - Filip PS: thanks for applying the other fix as well. Mario Ivankovits wrote: Hi! I'm digging through some older VFS based code, and I used to plaster FileObject.close() through the code (essentially after each resolve) to make sure I had cur

Re: [VFS] FileObject.close rules

2006-07-21 Thread Mario Ivankovits
Hi! > I'm digging through some older VFS based code, and I used to plaster > FileObject.close() through the code (essentially after each resolve) to > make sure I had current information. > > With the new ON_RESOLVE cache strategy, is that still the recommended > way of doing things ? No, you can r

[VFS] FileObject.close rules

2006-07-20 Thread Filip Defoort
Hi VFS/Mario, I'm digging through some older VFS based code, and I used to plaster FileObject.close() through the code (essentially after each resolve) to make sure I had current information. With the new ON_RESOLVE cache strategy, is that still the recommended way of doing things ? Or can I ju