|
|
|
NOTE: This Design document is subject to change at any time. |
Returns a collection of zFile objects that match the wildcard given in Path and the file attributes in Attr. If Attr is omitted, a value of 0 is used.
The Attr can be a numeric attribute value, or it can be a string set of the following options: "Readonly", "Hidden", "SysFile", "Directory", "Archive", "SymLink" to determine what files are returned.
For example:
file.FindFiles( '*.pas', 0)
returns a collection of all of the *.PAS files in the current directory. |
|