Aren't those `st_uid` and `st_gid` in the `Stat` object, as modified by `posix.stat()`? To convert to a string use `getpwuid(uid)`. (Will that also work for the gid?)
- Query Filepath for owner and group ID or name jacobsin
- Re: Query Filepath for owner and group ID or name Stefan_Salewski
- Re: Query Filepath for owner and group ID or name cdunn2001
