Fix: SystemDictionary>>fileNameEnds

Boris G. Chr. Shingarov usib6tfj at pol.ru
Mon Apr 6 23:04:40 UTC 1998


Hi Squeakers,

The array of possible image/changes file suffixes in
SystemDictionary>>fileNameEnds,

#(('.image' '.changes' ) ('.image.IMA' '.changes.CHA' ) ('.IMA' '.CHA' )
)

should be

#(('.image' '.changes' ) ('.image.IMA' '.changes.CHA' ) ('.IMA' '.CHA' )
('.ima' '.cha' ) )

because some exotic versions of DOS return the filename in different
case.
E.g. PC DOS 7.0 Russian behaves this way - "My pojd:em drugim put:em"
:-(.

Boris





More information about the Squeak-dev mailing list