Re: Absolute Paths
Re: Absolute Paths
- Subject: Re: Absolute Paths
- From: Marcel Weiher <email@hidden>
- Date: Sun, 26 May 2002 13:06:16 +0200
On Sunday, May 26, 2002, at 11:34 Uhr, Ondra Cada wrote:
for (enum=[fmanager enumeratorAtPath:path];file=[enum nextObject];) {
file=[path stringByAppendingPathComponent:file];
...
}
Why not:
fullPaths = [[path collect]
stringByAppendingPathComponent:[fmanager enumeratorAtPath:path]];
? :-)
Marcel
--
Marcel Weiher Metaobject Software Technologies
email@hidden www.metaobject.com
Metaprogramming for the Graphic Arts. HOM, IDEAs, MetaAd etc.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.