On Sat, Apr 25, 2015 at 12:23 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
After a brief IRC chat, it seems like returning just the file base (i.e. without the extension). Any objections before I open an issue?
SeanDeNigris_: I found it surprising that `Smalltalk imageName` returns the full path. Just me? [11:34am] maxleske: ++ [11:43am] SeanDeNigris_: Worth an issue? Only sender seems to be Spotter [11:49am] DamienCassou: all these little things are annoying. So, +1 to create an issue
+1. We have... Smalltalk>>imageName "Answer the full path name for the current image." ^ FilePathEncoder decode: self primImageName "<primitive: 121>" Smalltalk>>imagePath "Answer the full path name for the current image." ^ FilePathEncoder decode: self primImagePath "<primitive: 121>" ...same duplicate comment, same duplicate result. cheers -ben