Closed seandenigris closed 8 years ago
For now, we just have a #deny: check in #import: to ensure destination file doesn't already exist. If in the future, we do a counter or UUID, the files can be updated with e.g.:
#deny:
#import:
self collect: [ :e | | destination | destination := e file parent / RlResources library nextID asString, e file extension ].
I asked about UUIDs on Pharo Users and Peter Uhnák seemed to think they are robust, including across platforms and images.
Fixed by 45f7f10
For now, we just have a
#deny:
check in#import:
to ensure destination file doesn't already exist. If in the future, we do a counter or UUID, the files can be updated with e.g.:I asked about UUIDs on Pharo Users and Peter Uhnák seemed to think they are robust, including across platforms and images.