浏览代码

* Use forcedirectories instead of createdir, patch by petr (bug ID 36672)

git-svn-id: trunk@44126 -
michael 5 年之前
父节点
当前提交
dffb35575b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/paszlib/src/zipper.pp

+ 1 - 1
packages/paszlib/src/zipper.pp

@@ -2810,7 +2810,7 @@ Begin
       end
     else if Item.IsDirectory then
       begin
-        if (NOT Flat) then CreateDir(OutputFileName);
+        if (NOT Flat) then ForceDirectories(OutputFileName);
       end
     else
       begin