[squeak-dev] The Trunk: Files-cmm.159.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 21 20:44:12 UTC 2016


Chris Muller uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-cmm.159.mcz

==================== Summary ====================

Name: Files-cmm.159
Author: cmm
Time: 21 July 2016, 3:44:04.16263 pm
UUID: 52077283-7106-4ab6-8368-d5f4b5f6f641
Ancestors: Files-eem.158

Fix FileDirectory>>#/ to not assume the argument represents another directory; it could be a file.

=============== Diff against Files-eem.158 ===============

Item was changed:
  ----- Method: FileDirectory>>/ (in category 'path access') -----
  / aString 
  	"Answer a FileDirectory on a subdirectory named aString, of the receiver."
+ 	^ FileDirectory directoryEntryFor: (self fullNameFor: aString)!
- 	^ FileDirectory on: (self fullNameFor: aString)!



More information about the Squeak-dev mailing list