File localDir = app.getPlatformFile("", true);
VltContext vCtx = app.createVaultContext(localDir);
vCtx.setVerbose(cl.hasOption(OPT_VERBOSE));
vCtx.setQuiet(cl.hasOption(OPT_QUIET));
Info u = new Info(localDir, localFiles, !cl.hasOption(optRecursive));
vCtx.execute(u);
}