# File lib/vendor/fssm/cache.rb, line 102
    def from_path(path)
      path = absolute_path(path)
      @mtime = path.mtime
      @ftype = path.ftype
    end