Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix issue 127 (fileExists: in GemStone reports on existence of direct…
…ory, not the file)
  • Loading branch information
Johan Brichau committed Sep 23, 2021
commit 48f401f4eb5b02591d73947617b3d6aff14e8907
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
file-library
fileExists: aString
^ (FileDirectory forFileName: aString) exists
^ GsFile existsOnServer: aString