7 lines
148 B
Smalltalk
7 lines
148 B
Smalltalk
|
accessing
|
||
|
profileImageFile
|
||
|
|
||
|
| file |
|
||
|
file := (self folder / self userName, 'jpg').
|
||
|
file exists ifTrue: [ ^ file ].
|
||
|
^ self downloadProfileImage
|