X Tutup
Skip to content

Commit 34bd7c3

Browse files
author
Johan Brichau
committed
added deleteFile: to Squeak
1 parent 454b8de commit 34bd7c3

File tree

2 files changed

+6
-0
lines changed
  • repository
    • Grease-Squeak5-Core.package/GRSqueakPlatform.class/instance
    • Grease-Squeak6-Core.package/GRSqueakPlatform.class/instance

2 files changed

+6
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
files
2+
deleteFile: aPathString
3+
FileDirectory deleteFilePath: aPathString
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
files
2+
deleteFile: aPathString
3+
FileDirectory deleteFilePath: aPathString

0 commit comments

Comments
 (0)
X Tutup