[REBOL] Newbie question for today
From: kpeters:mvinc at: 6-Oct-2003 16:58
I am trying to write an app that monitors a given set of directories on the
local drive at 5 min. intervals and then transfers any file it may find in
one of these dirs to a ftp server, so it needs to basically loop forever.
I want to have a Start/Stop toggle to initate or cancel this operation.
How do I test for a 'cancel event' in my forever loop. Does someone have a
little sample snippet that demonstrates Rebol's abilities for this purpose?
Again, thanks a lot in advance!
Kai