squeak-smalltalk / squeak-filesystem

FileSystem is a Smalltalk API for accessing files and directories. This is an implementation for Squeak/Smalltalk.
Other
5 stars 3 forks source link

Revises `#base` and `#extension` for complex extensions … #9

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

… so that plonk.tar.gz is split up into the base plonk.tar and the extension gz.

For the original request, see: http://lists.squeakfoundation.org/pipermail/squeak-dev/2020-November/212899.html

I did not find any relevant senders in FileSystems-Git nor in Squot. All tests in these packages still pass.