ffind.init
Initializing file search. An object of the ffind type is used to search for files and directories by mask. Before starting the search, you should call the init method. After this it is possible to use the initiated object in the foreach loop. The finfo structure will be returned for each found file.
method ffind.init (
str name,
uint flag
)
str name,
uint flag
)
Parameters
name | The mask for searching files and directories. | ||||||
flag | The combination of the following flags:
|
Related links | Source |