STCCompilerInterface.st
branchjv
changeset 4031 671f88158987
parent 4028 8e7af453d137
child 4063 94b7b0b56143
--- a/STCCompilerInterface.st	Tue Oct 25 12:38:11 2016 +0100
+++ b/STCCompilerInterface.st	Wed Oct 26 22:37:12 2016 +0100
@@ -821,7 +821,7 @@
     ].
     mP := mP asFilename.
     mP exists ifFalse:[
-        mP makeDirectory
+        mP recursiveMakeDirectory
     ].
     (mP isWritableDirectory and:[mP isReadable]) ifFalse:[
         (mP exists and:[mP isDirectory]) ifTrue:[
@@ -861,6 +861,8 @@
 With kind regards - your ST/X.
 '.
     ].
+
+    "Modified: / 26-10-2016 / 22:35:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 ensureSuperClassesAreLoadedOf:aClass