# File lib/fssm/backends/rubycocoa/fsevents.rb, line 16 def files Dir.glob("#{File.expand_path(path)}/*").sort_by {|f| File.mtime(f) }.reverse end