• 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: getcwd acts different in xcode/finder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getcwd acts different in xcode/finder


  • Subject: Re: getcwd acts different in xcode/finder
  • From: Alastair Houghton <email@hidden>
  • Date: Sun, 7 Dec 2003 12:26:07 +0000

On 6 Dec 2003, at 22:04, Brian Barnes wrote:

> I don't know if this happened because of xcode or 10.3; but that's
> when it changed for me.
>
> I'm building an application into a pre-build bundle in the directory
> /users/bbarnes/dim3.  When running under XCode, getcwd returns
> "/users/bbarnes/dim3".  When running from the finder, it returns "/"!
>
> This is driving me crazy :)  Xcode gets it right but the finder
> doesn't?

No, they're both right.  getcwd() displays the process' current
directory.  That has absolutely nothing whatsoever to do with where the
process' executable is in the filesystem.  The current directory is
inherited from the parent process; it's just luck that means that
Xcode's current directory happens to be the one containing your
executable.

If you want to know where your program is in the filesystem, you can
use the CFBundle or NSBundle APIs (depending on whether you're using
Cocoa or not).

Kind regards,

Alastair.

[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: getcwd acts different in xcode/finder
      • From: Brian Barnes <email@hidden>
References: 
 >getcwd acts different in xcode/finder (From: Brian Barnes <email@hidden>)

  • Prev by Date: Re: Integrating *.jar Frameworks
  • Next by Date: Re: Using Resource Files
  • Previous by thread: Re: getcwd acts different in xcode/finder
  • Next by thread: Re: getcwd acts different in xcode/finder
  • Index(es):
    • Date
    • Thread