Re: filename or full path from file descriptor or inode
Re: filename or full path from file descriptor or inode
- Subject: Re: filename or full path from file descriptor or inode
- From: David Hoerl <email@hidden>
- Date: Sat, 21 Jul 2007 08:15:52 -0400
...
The canonically correct way to do this would be to remember the
names of the files you have opened at the time you opened them.
Alternately, you could use lsof, and it would report the files open
(by name) by your process.
Thanks for this information, but I simplified the question. In
reality its a Cocoa app that uses a lot of open source libraries, and
so I'm trying to get the list of open files, so as to better
understand who is doing what. Of course, if they are temp files, the
names won't help much!
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden