Why allChildrenMatching: does not match extension?
June 18, 2017
3:01 p.m.
Why allChildrenMatching: does not match extension? allChildrenMatching: aPattern "Return all the files and folders recursively nested in the receiver and matching the pattern, aPattern" ^ self allChildren select: [ :each | aPattern match: each basename ] I would rename allChildrenMatching: aPattern into allChildrenNameMatching: aPattern
3330
Age (days ago)
3330
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stephane Ducasse