FileApplicationNoteBook.st
changeset 13112 ade9575b2a32
parent 12830 7c993d3f4519
child 13180 64a4186ddfce
child 13295 30d3cb0c4f6c
--- a/FileApplicationNoteBook.st	Thu Jul 04 21:32:49 2013 +0200
+++ b/FileApplicationNoteBook.st	Fri Jul 05 01:05:54 2013 +0200
@@ -1866,8 +1866,7 @@
     "return the value of the instance variable 'temporaryDirectory' (automatically generated)"
 
     temporaryDirectory isNil ifTrue:[
-        temporaryDirectory := Filename newTemporary.
-        temporaryDirectory makeDirectory.
+        temporaryDirectory := Filename newTemporaryDirectory.
     ].
     ^ temporaryDirectory
 ! !
@@ -6752,10 +6751,10 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.278 2013-07-04 23:05:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.278 2013-07-04 23:05:54 stefan Exp $'
 ! !