# File lib/vendor/fssm/tree.rb, line 66
    def set(path)
      node = descendant!(path)
      node.from_path(path).mtime
    end