Changes the UNIX™ owner and group of a file.
os.Path.chown( fname STRING, uid INTEGER, gui INTEGER ) RETURNING result INTEGER
This method can only be used on UNIX!
Function returns TRUE on success, FALSE otherwise.