EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

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
)

Parameters

name The mask for searching files and directories.
flag The combination of the following flags:
$FIND_DIRSearch only for directories.
$FIND_FILESearch only for files.
$FIND_RECURSESearch in all subdirectories.

Related links

Source