subdirs.same: Are the subdirs that are named to same actually identical

Description Usage Arguments Details Value Author(s)

Description

Given 2 dirs that may share a number of subdirs, which at least by name look to be similar, this function checks whether those directories actually are the same in terms of file size.

Usage

1

Arguments

x

character(1) the path to a directory

y

character(1) the path to a directory

Details

Why bother? If your data is on local and server, then invariably this data will be out of sync, and one will be newer than the other. it's often very difficult to determine this just by looking at the folder names.

Value

logical(N), per subdir found in both dirs.

Author(s)

Mark Cowley, 2012-02-13


drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.