fileinode

fileinode -- get file inode

Description

int fileinode(string filename);

Returns the inode number of the file, or false in case of an error.

The results of this function are cached. See clearstatecache() for more details.