Also if it really sees only the first file, try dir allFiles select: [ :each | each extension = 'png' ], because that would mean FileSystem is failing or something.
Peter On Sat, Apr 4, 2015 at 2:41 PM, Peter Uhnák <i.uh...@gmail.com> wrote: > createIconsFromDirectory seems to see only the first png, maybe because >> its too large >> > how large? > > createIconFromFile gives me a MNU >> > it accepts a FileReference, not a string; I should put guard there. > > Peter >