@haxall/haxall
    Preparing search index...

    Function fchownSync

    • Sets the owner of the file. Returns undefined.

      See the POSIX fchown(2) documentation for more detail.

      Parameters

      • fd: number
      • uid: number

        The file's new owner's user id.

      • gid: number

        The file's new group's group id.

      Returns void

      v0.4.7