Path.chown

Change owner and group of path

  1. void chown(uid_t uid, gid_t gid, bool followSymlink)
    struct Path
    version(Posix)
    @trusted const
    void
    chown
    (
    in uid_t uid
    ,
    in gid_t gid
    ,
    in bool followSymlink = true
    )
  2. void chown(string username, bool followSymlink)

Meta