From: Neil on
> Not necessarily tcl-related, but you could use inotify under Linux and the
> equivalent API call under Windows. I'm sure that MacOS X has something
> similar.

afaik, there are two paths for windows:

With Callbacks:
http://msdn.microsoft.com/en-us/library/bb762120%28VS.85%29.aspx

and Without (via WaitMultipleObjects):
http://msdn.microsoft.com/en-us/library/aa365261%28v=VS.85%29.aspx

but the twapi version in the previous comment should be far easier.
First  |  Prev  | 
Pages: 1 2
Prev: ANNOUNCE: TkDND 2.2
Next: calling back TCL from C