[Pkg] Rio: File-Kernel-jrd.25.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun May 3 01:52:23 UTC 2009


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

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

Name: File-Kernel-jrd.25
Author: jrd
Time: 23 April 2009, 6:27:49 pm
UUID: 3882aedd-b3d7-3e46-aca5-8ea4672f2d03
Ancestors: File-Kernel-mtf.24

Changed:

- Filled in  stub environmentAt: with working mechanism. Requires the FFI-jrd.11 version at http://croquet-src-01.oit.duke.edu:8886/Contributions
  

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

Item was changed:
  ----- Method: FileLocalDosExecutive>>environmentAt: (in category 'useful paths') -----
  environmentAt: aSymbol
+ 	"Answer the environment variable named aSymbol."
+ 	"If the var doesn't exist, just return the app path"
- "Answer the environment variable named aSymbol. Stubbed to answer the image directory"
  
+ 	^Win32Shell new getEnvironmentVariable: aSymbol asString
+ 		ifAbsent: [self getDefaultDirectory path]!
- 	^ self getDefaultDirectory path!



More information about the Packages mailing list