[squeak-dev] The Trunk: Files-ar.86.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 2 06:21:05 UTC 2010


Andreas Raab uploaded a new version of Files to project The Trunk:
http://source.squeak.org/trunk/Files-ar.86.mcz

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

Name: Files-ar.86
Author: ar
Time: 1 September 2010, 11:20:42.643 pm
UUID: 69fc97d4-23dd-4046-a4ad-821e087372ba
Ancestors: Files-ul.85

Push asUrl into the Network package.

=============== Diff against Files-ul.85 ===============

Item was removed:
- ----- Method: FileStream>>asUrl (in category 'file accessing') -----
- asUrl
- 	"Convert my path into a file:// type url - a FileUrl."
- 	
- 	^FileUrl pathParts: (self directory pathParts copyWith: self localName)!

Item was removed:
- ----- Method: FileDirectory>>asUrl (in category 'file name utilities') -----
- asUrl
- 	"Convert my path into a file:// type url - a FileUrl."
- 	
- 	^FileUrl pathParts: (self pathParts copyWith: '')!




More information about the Squeak-dev mailing list