FileApplicationNoteBook.st
changeset 13112 ade9575b2a32
parent 12830 7c993d3f4519
child 13180 64a4186ddfce
child 13295 30d3cb0c4f6c
equal deleted inserted replaced
13111:62e4e27bd560 13112:ade9575b2a32
  1864 
  1864 
  1865 temporaryDirectory
  1865 temporaryDirectory
  1866     "return the value of the instance variable 'temporaryDirectory' (automatically generated)"
  1866     "return the value of the instance variable 'temporaryDirectory' (automatically generated)"
  1867 
  1867 
  1868     temporaryDirectory isNil ifTrue:[
  1868     temporaryDirectory isNil ifTrue:[
  1869         temporaryDirectory := Filename newTemporary.
  1869         temporaryDirectory := Filename newTemporaryDirectory.
  1870         temporaryDirectory makeDirectory.
       
  1871     ].
  1870     ].
  1872     ^ temporaryDirectory
  1871     ^ temporaryDirectory
  1873 ! !
  1872 ! !
  1874 
  1873 
  1875 !FileApplicationNoteBook::ArchiveViewApplication methodsFor:'actions'!
  1874 !FileApplicationNoteBook::ArchiveViewApplication methodsFor:'actions'!
  6750 ! !
  6749 ! !
  6751 
  6750 
  6752 !FileApplicationNoteBook class methodsFor:'documentation'!
  6751 !FileApplicationNoteBook class methodsFor:'documentation'!
  6753 
  6752 
  6754 version
  6753 version
  6755     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
  6754     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.278 2013-07-04 23:05:54 stefan Exp $'
  6756 !
  6755 !
  6757 
  6756 
  6758 version_CVS
  6757 version_CVS
  6759     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.277 2013-06-04 10:46:46 cg Exp $'
  6758     ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.278 2013-07-04 23:05:54 stefan Exp $'
  6760 ! !
  6759 ! !
  6761 
  6760