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