X Tutup
Skip to content

Commit e99e20d

Browse files
author
Johan Brichau
committed
Add GRPlatform>>sizeOfFile: for older Pharo versions
1 parent ce8b337 commit e99e20d

File tree

2 files changed

+8
-0
lines changed
  • repository
    • Grease-Pharo70-Core.package/GRPharoPlatform.class/instance
    • Grease-Pharo90-Core.package/GRPharoPlatform.class/instance

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
files
2+
sizeOfFile: aString
3+
4+
^ aString asFileReference size
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
files
2+
sizeOfFile: aString
3+
4+
^ aString asFileReference size

0 commit comments

Comments
 (0)
X Tutup