Skip to content

Instantly share code, notes, and snippets.

@Uko
Created November 26, 2013 15:47
Show Gist options
  • Save Uko/7660727 to your computer and use it in GitHub Desktop.
Save Uko/7660727 to your computer and use it in GitHub Desktop.
Writing data to file in Pharo
(FileSystem disk workingDirectory / 'temp.txt') writeStream
nextPutAll: 'string to write in file';
close
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment