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