Lines Matching refs:newpath
58 my $newpath = $path . $installer::globals::separator . $dirname;
59 my $removepath = $newpath;
62 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }
65 $infoline = "Copy installation set from $installsetpath to $newpath\n";
68 $installsetpath = installer::systemactions::copy_complete_directory($installsetpath, $newpath);
72 return $newpath;
96 my $newpath = $path . $installer::globals::separator . $dirname;
97 my $removepath = $newpath;
100 if ( -d $newpath ) { installer::systemactions::remove_complete_directory($newpath, 1); }
103 $installsetpath = installer::systemactions::rename_directory($installsetpath, $newpath);
105 return $newpath;