[Pkg] Rio: File-Kernel-kph.19.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sat Mar 7 19:08:46 UTC 2009


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

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

Name: File-Kernel-kph.19
Author: kph
Time: 7 March 2009, 7:08:34 pm
UUID: 5c257dfe-0b4b-11de-8dc9-000a95edb42a
Ancestors: File-Kernel-kph.18

+ symbolicLink to (supports unix only at this time)

=============== Diff against File-Kernel-kph.18 ===============

Item was added:
+ ----- Method: FileLocalExecutive>>from:symbolicLinkTo: (in category 'executive actions') -----
+ from: aFile symbolicLinkTo: dest 
+ 	
+  File 
+ 	ospIfWin:[ :os | ]
+ 		ifUnix: [ :os | os waitForCommand: 'cd "', aFile parent ,'"; rm "', aFile fileName ,'"; ln -s "', dest , '" "' , aFile fileName, '"' ]
+ 		ifNone: [   ]
+ 
+ 	!



More information about the Packages mailing list