At Thu, 26 Aug 2010 11:14:47 -0400, Danny Yoo wrote: > Should I expect undefined behavior if I create a bitmap% with a given > file path, and then later delete that file? I was assuming that a > bitmap% holds onto an internal representation of the image data; if > so, that'd mean I should be able to safely delete the image without > hurting the snip.
That's correct --- the `bitmap%' object doesn't refer to the file at all after it has loaded the image. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

