Creating *many* files.

Ned Konz ned at bike-nomad.com
Wed Nov 20 01:16:12 UTC 2002


On Tuesday 19 November 2002 05:05 pm, Markus Fritsche wrote:
> After 300-2500 files created, an Exception is thrown, saying
> 'Please close this to abort file opening' (StandardFileStream
> class>>fileExistsUserHandling:). Why?

Because you're creating a file with the same name as a pre-existing 
one. It should have put up a requester offering to let you change the 
name first; if you hit "cancel" on that requester you get the 
exception you saw.

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list