<p dir="ltr">On 11 Apr 2014 20:07, "Krzysztof" <<a href="mailto:dibo20@wp.pl">dibo20@wp.pl</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> Does FPC have some file watching solution? I need this only for linux.<br>
> I need notifications:<br>
> - File/folder changed / removed / added in watched directory. I have<br>
> idea how to do this in thread loop but maybe FPC has OS solution</p>
<p dir="ltr">You can use the inotify* functions in linux unit. See the man pages or Wikipedia for how they work.</p>
<p dir="ltr">Henry</p>