fileuid is available since version 1.0.
Prototype:
number fileuid(string path)
Parameters
path
[in] A string containing the path of existing file.
Description:
Gets the used id of the owner of a file. Is equivalent to the
_stat function as this: _stat(path)["st_uid"].
Return value:
Returns the UID of the owner of the file.