List<File> localFiles = app.getPlatformFiles(localPaths, false);
File localDir = app.getPlatformFile("", true);
VltContext vCtx = app.createVaultContext(localDir);
vCtx.setQuiet(cl.hasOption(OPT_QUIET));
PropList a = new PropList(localDir,
localFiles,
!cl.hasOption(optRecursive));
vCtx.execute(a);
}