• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Absolute Paths
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Absolute Paths (From: Ondra Cada <email@hidden>)

  • Prev by Date: Re: Objective C language question: Making init like a constructor
  • Next by Date: Database applications
  • Previous by thread: Re: Absolute Paths
  • Next by thread: Re: Absolute Paths
  • Index(es):
    • Date
    • Thread