git-svn-id: svn://db.shs.com.ru/pip@430 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-20 11:01:32 +00:00
parent eacda7880e
commit e493a6b146
5 changed files with 17 additions and 12 deletions

View File

@@ -195,11 +195,11 @@ bool PIDir::make(bool withParents) {
tp = separator;
if (!is_abs) tp.push_front('.');
}
piCout << tp;
//piCout << tp;
if (isExists(tp)) {
for (int j = i + 1; j <= l.size_s(); ++j) {
tp = PIStringList(l).remove(j, l.size_s() - j).join(separator);
piCout << tp;
//piCout << tp;
if (makeDir(tp)) continue;
else return false;
}