Filename.st
changeset 23939 3ec50a9816fd
parent 23911 90ff359c758e
child 24008 cd8978bc0fba
equal deleted inserted replaced
23938:16758cdac0c1 23939:3ec50a9816fd
  6990     "Modified: / 08-11-2007 / 13:28:41 / cg"
  6990     "Modified: / 08-11-2007 / 13:28:41 / cg"
  6991     "Modified (format): / 01-08-2018 / 18:11:58 / Claus Gittinger"
  6991     "Modified (format): / 01-08-2018 / 18:11:58 / Claus Gittinger"
  6992 !
  6992 !
  6993 
  6993 
  6994 writingFileDo:aBlock
  6994 writingFileDo:aBlock
  6995     "create a write-stream on the receiver file, evaluate aBlock, passing that stream as arg,
  6995     "create a write-stream on the receiver file, evaluate aBlock, 
       
  6996      passing that stream as arg,
  6996      and return the block's value.
  6997      and return the block's value.
  6997      If the file cannot be opened, an exception is raised.
  6998      If the file cannot be opened, an exception is raised.
  6998      Ensures that the stream is closed."
  6999      Ensures that the stream is closed."
  6999 
  7000 
  7000     |stream|
  7001     |stream|
  7013      ]
  7014      ]
  7014     "
  7015     "
  7015 
  7016 
  7016     "Created: / 11-12-2006 / 14:09:39 / cg"
  7017     "Created: / 11-12-2006 / 14:09:39 / cg"
  7017     "Modified: / 06-02-2019 / 11:37:37 / Stefan Vogel"
  7018     "Modified: / 06-02-2019 / 11:37:37 / Stefan Vogel"
       
  7019     "Modified (comment): / 18-03-2019 / 11:29:44 / Claus Gittinger"
  7018 ! !
  7020 ! !
  7019 
  7021 
  7020 !Filename class methodsFor:'documentation'!
  7022 !Filename class methodsFor:'documentation'!
  7021 
  7023 
  7022 version
  7024 version