[vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Steven Keens
I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. After a bit of research I realized that I have to monitor the folder in which the file

Re: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Mario Ivankovits
Hi Steven! I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. As far as I remember this is the same with all those native file system

RE: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Nelson, Tracy
| From: Steven Keens [mailto:[EMAIL PROTECTED] | Sent: Wednesday, 22 November, 2006 08:34 | | I put a monitor on a configuration file (not a folder). During testing | I noticed that the monitoring doesn't recognize when the file is | created. I get changed and deleted events but never a created

RE: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Steven Keens
| I put a monitor on a configuration file (not a folder). During testing | I noticed that the monitoring doesn't recognize when the file is | created. I get changed and deleted events but never a created event. This seems pretty intuitive to me, how can you monitor something that isn't

Re: [vfs] DefaultFileMonitor doesn't signal when a file is created.

2006-11-22 Thread Torsten Curdt
On 11/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Steven! I put a monitor on a configuration file (not a folder). During testing I noticed that the monitoring doesn't recognize when the file is created. I get changed and deleted events but never a created event. As far as I