Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to get application path



On 6/21/07, Filippo Ignozza <email@hidden> wrote:
is there an easy  way to get using C++ the fullpath of an X11
Application?

Applications can live anywhere on disk. But in order to be runnable, they have to be somewhere in the $PATH. The standard C library includes a function to search the $PATH for an app and run it (execvp), but I don't think there's one for finding the exe without running it. I think for that you have to just loop through the directories in getenv("PATH") and check for existence of the program in each one. You can probably borrow code from the which command, or any of the shells, or...

--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/x11-users/email@hidden

This email sent to email@hidden
References: 
 >How to get application path (From: "Filippo Ignozza" <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.