Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003731.htmlName: Files-bf.88
Ancestors: Files-ar.87
Make FileDirectory>>assureExistence work with security sandbox enabled. It does not rely on listing the parent directory's contents anymore, which does not work when sandboxed.
FileDirectory>>assureExistenceOfPath: could be removed, it is unused in trunk. Not sure if 3rd-party code uses it, so I left it in for now. Maybe deprecate?
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003732.htmlName: System-ar.373
Ancestors: System-ar.372
Add FileSevices class>>suffixOf:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-September/003733.htmlName: KernelTests-klc.161
Ancestors: KernelTests-nice.160
I hope I'm not making a mistake here. It appears this test was failing simply because #printString was left out on 3 lines. Otherwise the test seems to be assuming that DateAndTime instances should be equivalent to their printString values.
=============================================