[Pkg] Rio: File-Base-mtf.31.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Thu Jul 2 05:48:40 UTC 2009


A new version of File-Base was added to project Rio:
http://www.squeaksource.com/Rio/File-Base-mtf.31.mcz

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

Name: File-Base-mtf.31
Author: mtf
Time: 1 July 2009, 10:15:08 pm
UUID: 49660547-39ba-4f8d-ba02-8190bbb63701
Ancestors: File-Base-mtf.30

fixed a syntax error

=============== Diff against File-Base-mtf.30 ===============

Item was changed:
  ----- Method: File>>ext: (in category 'accessing fileName') -----
  ext: aStringOrNil
  "Set the extension portion of my filename to aString, or remove it if nil"
  
  	self splitToBaseVersionStringAndExt: [:b :v :e |
+ 		self basicBase: b version: v ext: aStringOrNil]!
- 		self basicBase: b version: v ext: aStringOrNil
- !



More information about the Packages mailing list