Re: [fpc-pascal] File or Directory change notification component

2010-10-02 Thread Graeme Geldenhuys
On 02/10/2010, Michael Van Canneyt wrote: > > None exist, but I'm interested in having it in the FCL. OK, thanks. I'll continue the implementation then. I'm planing on making it flexible, so the backend can be swapped out with other implementations - similar to what one can do with fpTimer. I'll

Re: [fpc-pascal] File or Directory change notification component

2010-10-02 Thread Michael Van Canneyt
On Sat, 2 Oct 2010, Graeme Geldenhuys wrote: Hi, Does the RTL or FCL have a file or directory change notification component. I'm about to write one, but if one already exists, it could save me some time. I looked through the FCL directory but couldn't find anything obvious. None exist, but

Re: [fpc-pascal] File or Directory change notification component

2010-10-02 Thread Fantomas
Hello, Graeme! > Does the RTL or FCL have a file or directory change notification component. > I'm about to write one, but if one already exists, it could save me some time. > I looked through the FCL directory but couldn't find anything obvious. AFAIK, there are no components like the one you me

[fpc-pascal] File or Directory change notification component

2010-10-02 Thread Graeme Geldenhuys
Hi, Does the RTL or FCL have a file or directory change notification component. I'm about to write one, but if one already exists, it could save me some time. I looked through the FCL directory but couldn't find anything obvious. -- Regards, - Graeme - ___