sourceDir = ap.getArgValues("source");
if (sourceDir != null || sourceDir.length < 1) {
if (verbose)
Debug.output("Source directory is " + sourceDir[0]);
} else {
ap.bail("OneWaySync needs path to source directory", false);
}
String[] targetDir;
targetDir = ap.getArgValues("target");
if (targetDir != null || targetDir.length < 1) {