Posts: 863
Threads: 197
Joined: Apr 2005
(if file is modified) is possible?
Posts: 12,147
Threads: 143
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: 863
Threads: 197
Joined: Apr 2005
Ok. Thanks.
When the next version?
Posts: 12,147
Threads: 143
Joined: Dec 2002