-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new temporary file creation methods to GemStone
- Loading branch information
Showing
4 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...Grease-GemStone300-Core.package/GRGemStonePlatform.extension/instance/newTemporaryFile.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*grease-gemstone300-core | ||
newTemporaryFile | ||
|
||
^ self newTemporaryFileNamed: UUID new greaseString |
4 changes: 4 additions & 0 deletions
4
...-GemStone300-Core.package/GRGemStonePlatform.extension/instance/newTemporaryFileNamed..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
*grease-gemstone300-core | ||
newTemporaryFileNamed: aName | ||
|
||
^ (GsFile openWriteOnServer: '/tmp/', aName) pathName |
8 changes: 0 additions & 8 deletions
8
...mStone330-Core.package/GRGemStonePlatform.extension/instance/newTemporaryFileReference.st
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
...330-Core.package/GRGemStonePlatform.extension/instance/newTemporaryFileReferenceNamed..st
This file was deleted.
Oops, something went wrong.