Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
triggers
#1
(if file is modified) is possible?
#2
File triggers will be in the next QM version.

Function that periodically checks file last modified time:

Code:
Copy      Help
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
#3
Ok. Thanks.
When the next version?
#4
Not soon.


Forum Jump:


Users browsing this thread: 1 Guest(s)