Skip navigation.
 
mlHow to re-read a bundle once read?
FROM : David Hoerl
DATE : Mon Jan 14 20:20:32 2008

I can use [NSBundle bundleWithPath:<somePath>] to get a bundle
object. Code resources from it get brought in with a "load" method,
and with Leopard I can now "unload" them.

Is there a way to "close" the bundle? The bundle varies over time,
and what I'd like to do is read it, load it, unload it, then re-read
it again.

Thanks,

David

Related mailsAuthorDate
mlHow to re-read a bundle once read? David Hoerl Jan 14, 20:20
mlRe: How to re-read a bundle once read? Kyle Sluder Jan 15, 05:08