Concept Framework 1.0 documentation Contents | Index

standard.C.io._stat

Name Version Deprecated
_stat version 1.0 no

Prototype:
number _stat(string path, array stat_array)

Parameters:
path      [in] A string containing the path of existing file.
stat_array      [out] The array in which the status will be dropped

Description:
Get status information on a file. This function will add this keys to the array: "st_gid", "st_atime", "st_ctime", "st_dev", "st_ino", "st_mode", "st_mtime", "st_nlink", "st_rdev", "st_size", "st_uid".

Returns:
Returns 0 if the file-status information is obtained. A return value of -1 indicates an error.

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