Concept Framework 1.0 documentation Contents | Index

standard.C.io.filegid

Name Version Deprecated
filegid version 1.0 no

Prototype:
number filegid(string path)

Parameters:
path      [in] A string containing the path of existing file.

Description:
Gets the group id of the owner of a file. Is equivalent to the _stat function as this: _stat(path)["st_gid"].

Returns:
Returns the GID of the owner of the file.

Documented by Simona Plesuvu, generation time: Thu Oct 15 20:02:04 2009 GMT(c)2009 RadGs Software