Gentee Programming Language > Documentation > Libraries Download documentation

getfileinfo

Get information about a file or directory.
 
uint getfileinfo(
      str   name,
      finfo   fi
)

Parameters

nameThe name of a file or directory.
fiThe structure finfo all the information will be written to.

Return value

It returns 1 if the file is found, it returns 0 otherwise.

See also

    Function working with files     The structure finfo


 Copyright © 2004-2006 Gentee Inc. All rights reserved.