cd();
}
private void createThePath() {
PathFactory pathFactory = new DefaultPathFactory();
this.path = pathFactory.createPath();
Map<String, ExecutableVariableDefinition> executables = this.template.getExecutables();
for (String key : executables.keySet()) {
this.path.addPathElementAtTheBeginning((FileValue) this.variables.get(key));
}
}