Gentee Programming Language > Documentation > Libraries Download documentation

The structure finfo

The ffind object is used for a file search on the computer. It returns the finfo structure for each found file and the information about the found file is written to it.
 
type finfo {
      str   fullname
      str   name
      uint   attrib
      filetime   lastwrite
      uint   sizehi
      uint   sizelo
}

Fields

fullnameThe name of the file or directory.
nameThe name of the file or directory.
attribFile attributes.
lastwriteLast modification time.
sizehiHigh size uint.
sizeloLow size uint.

See also

Function working with files     getfileinfo    File search


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