FileApplicationNoteBook.st
branchjv
changeset 13180 64a4186ddfce
parent 13170 c9b815af5777
parent 13112 ade9575b2a32
child 13330 02d6c2d848a0
--- a/FileApplicationNoteBook.st	Tue Jul 02 01:07:51 2013 +0100
+++ b/FileApplicationNoteBook.st	Tue Jul 09 22:52:27 2013 +0100
@@ -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
 ! !
@@ -6758,11 +6757,11 @@
 !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 $'
 !
 
 version_HG