@grynspan Yeah, NSDirectoryEnumerator is really slow. I like fts.
@grynspan I ended up sticking with stat() and FSGetCatalogInfo(). Faster even with multiple calls than the URL "resource value" stuff.
@grynspan Actually, I am doing my own caching; I'm testing different ways of filling my cache.
My dad wants to return his iPhone 4. Way more dropped calls than 2G, even in the (unwanted) case. Proximity sensor flawed. >30 days, alas.
@grynspan Right, but I expected that the URL-based APIs would be caching related properties so that in aggregate they would be faster.
Discouraged to find that the cached URL resource methods in Snow Leopard are slower than FSGetCatalogInfo.