anekos #387(2007/07/09 11:07 GMT) [ Ruby ] Rating0/0=0.00
1 2 3 4 5 6 7 8
last_mtime = File.mtime(filename) loop do unless (mtime = File.mtime(filename)) == last_mtime puts "modified!" last_mtime = mtime end sleep(0.1) end
Rating0/0=0.00-0+
[ reply ]
anekos
#387()
[
Ruby
]
Rating0/0=0.00
Rating0/0=0.00-0+
[ reply ]