git-svn-id: svn://db.shs.com.ru/pip@430 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user