[Pkg] Rio: File-Kernel-mtf.24.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Fri Apr 24 00:04:31 UTC 2009


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

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

Name: File-Kernel-mtf.24
Author: mtf
Time: 23 April 2009, 8:04:27 pm
UUID: 840d14e7-8ac8-43c4-a17a-16c315e474e5
Ancestors: File-Kernel-mtf.23

Stubbed out windows home and data directory lookup

=============== Diff against File-Kernel-mtf.23 ===============

Item was added:
+ ----- Method: FileLocalDosExecutive>>environmentAt: (in category 'useful paths') -----
+ environmentAt: aSymbol
+ "Answer the environment variable named aSymbol. Stubbed to answer the image directory"
+ 
+ 	^ self getDefaultDirectory path!

Item was changed:
  ----- Method: FileLocalDosExecutive>>dataPath (in category 'useful paths') -----
  dataPath
+ 	^ (self environmentAt: #APPDATA), '\Squeak'!
- 	^ self environmentAt: #APPDATA!



More information about the Packages mailing list