|
For each file, call the stat() API, that'll give you the owner and group
that are associated to the file (in the st_uid and st_gid fields).
The owner/group from stat() will be numeric. To translate them into
names, you can call the getpwuid() and getgrgid() APIs.
I probably have an example... somewhere... but at the moment, I
don't have time to ferret it out. Please check and see if you can find
an example via Google, and if you're still stuck, reply to this and I'll
find some sample code for you.
On 9/22/2011 1:23 PM, Andy Hautamaki wrote:
I worked through Scott Klements example of reading a directory and pulling
in each of the file names in the directory. What I'd like to do is read
through a directory and draw in not only the file name but also the owner of
the file name. How would I do that? Examples would be real nice.
Thanks
Andy Hautamaki
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.