chownSync

external fun chownSync(path: PathLike, uid: Number, gid: Number)(source)

Synchronously changes owner and group of a file. Returns undefined. This is the synchronous version of {@link chown}.

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

Since

v0.1.97