Re: [fpc-pascal] File or Directory change notification component
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 implement a basic polling backend, which will suffice for my needs and work on all platforms. Others are welcome to implement OS specific backends like using the Windows API, Linux inotify API or FreeBSD/MacOS kqueue API. -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net:8080/fpgui/ ___ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] File or Directory change notification component
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 I'm interested in having it in the FCL. Michael. ___ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] File or Directory change notification component
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 mentioned. Only units importing Windows API functions. -- Best regards, Fantomas ___ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
