# File lib/FileSystemImage.rb, line 164
def texts
  files.find_all{|f| f.respond_to?(:to_text)}
end