Skip to content

Commit

Permalink
moved method to GemStone-Core package and implemented missing deleteF…
Browse files Browse the repository at this point in the history
…ile: method
  • Loading branch information
jbrichau committed Feb 4, 2024
1 parent c83bb49 commit acf5760
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
files
deleteFile: aPathString

GsFile removeServerFile: aPathString
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grease-gemstone300-core
files
newTemporaryFile

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

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

0 comments on commit acf5760

Please sign in to comment.