Dir reports whether any of the sources have been modified
more recently than the destination. If a source or destination is
a directory, modtimes of files under those directories are compared
instead.
Path reports if any of the sources have been modified more recently
than the destination. Path does not descend into directories, it literally
just checks the modtime of each thing you pass to it.