chownSync method

void chownSync(
  1. dynamic path,
  2. int uid,
  3. dynamic gid
)

Implementation

external void chownSync(path, int uid, gid);