if (vfs.exists(shell.getUserCtx(), path.getPath(), true)) {
if (!vfs.exists(shell.getUserCtx(), path, true)) {
FileInfo dir = new FileInfo(path, FileInfo.TYPE_DIR);
vfs.createFile(shell.getUserCtx(), dir);
//out.println(param+ ": Directory successfully created.");
} else {
if (canThrowEx()) {
throw new RuntimeException(param + ": Path already exists!");