# File lib/fusefs/pathmapper.rb, line 285 def file?(path) filename = unmap(path) filename && File.file?(filename) end