Skip to content

Commit

Permalink
Also add temporary file creation methods to Squeak 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Feb 4, 2024
1 parent 602230d commit 454b8de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
files
newTemporaryFile

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

^ (FileDirectory default / aName) pathName

0 comments on commit 454b8de

Please sign in to comment.