Gentee Programming Language > Documentation > Libraries | Download documentation |
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 }
fullname The name of the file or directory. name The name of the file or directory. attrib File attributes. lastwrite Last modification time. sizehi High size uint. sizelo Low size uint.
Function working with files getfileinfo File search
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |