Posts: 858
Threads: 196
Joined: Apr 2005
(if file is modified) is possible?
Posts: 12,073
Threads: 140
Joined: Dec 2002
File triggers will be in the next QM version.
Function that periodically checks file last modified time:
str f="$desktop$\test.txt"
DATE dcur dprev
Dir d
rep
,if(!d.dir(f)) break
,dcur=d.TimeModified2
,if(dprev and dcur!=dprev)
,,bee
,,out dprev
,,out dcur
,,;mac "..."
,dprev=dcur
,1
Posts: 858
Threads: 196
Joined: Apr 2005
Ok. Thanks.
When the next version?
Posts: 12,073
Threads: 140
Joined: Dec 2002