function lchownSync
Jump to headinglchownSync(): void
Set the owner for the path. Returns undefined
.
See the POSIX lchown(2)
documentation for more details.
Parameters Jump to heading
Jump to headingpath: PathLike
Jump to headinguid: number
The file's new owner's user id.
Jump to headinggid: number
The file's new group's group id.
Return Type Jump to heading
void