There's also:
Sean P. DeNigris wrote > Gofer>>#directory: > ... > repository := (aDirectoryOrString isString and: [ aDirectoryOrString > endsWith: '*' ]) I don't like the double-duty of appending $* to the string argument to indicate a subdirectory repository. How about adding to the API, like directoriesIn: or similar... ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-s-Gofer-tp4723799p4723804.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
