Browse Source

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

git-svn-id: trunk@44126 -
michael 5 years ago
parent
commit
dffb35575b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/paszlib/src/zipper.pp

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

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