X Tutup
Skip to content

Commit 48f401f

Browse files
author
Johan Brichau
committed
fix issue 127 (fileExists: in GemStone reports on existence of directory, not the file)
1 parent ee61205 commit 48f401f

File tree

1 file changed

+1
-1
lines changed
  • repository/Grease-GemStone-Core.package/GRGemStonePlatform.class/instance

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
file-library
22
fileExists: aString
3-
^ (FileDirectory forFileName: aString) exists
3+
^ GsFile existsOnServer: aString

0 commit comments

Comments
 (0)
X Tutup