Skip to content

Commit

Permalink
added new temporary file creation methods to GemStone
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Feb 4, 2024
1 parent 0176ed2 commit c83bb49
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*grease-gemstone300-core
newTemporaryFile

^ self newTemporaryFileNamed: UUID new greaseString
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*grease-gemstone300-core
newTemporaryFileNamed: aName

^ (GsFile openWriteOnServer: '/tmp/', aName) pathName

This file was deleted.

This file was deleted.

0 comments on commit c83bb49

Please sign in to comment.