You can do stat(file).uid and stat(file).gid for the user id and group id
of the file.

On Wed, Sep 17, 2014 at 1:56 PM, Kuba Roth <[email protected]> wrote:

> Hi,
> I can't find in julia stdlib equivalent of:
> stat -c %U path
>
> Basically I'd like to query the owner of the file.
> There is stat() function but it lacks some features of unix stat command
> and I wonder if I overlooked something.
>
> Thanks
> Kuba
>

Reply via email to