# File lib/fusefs/dirlink.rb, line 15
    def file?(path)
      File.file?(File.join(@base,path))
    end