void WINAPI FarRecursiveSearch( const char *InitDir, const char *Mask, FRSUSERFUNC UserFunc, DWORD Flags, void *Param );
"c:\far\plugins" for example).
TRUE to
continue the search or FALSE to stop it.
| Flag | Description |
|---|---|
| FRS_RETUPDIR | Invoke the callback twice for each found directory: on entering it and on returning to the parent directory. |
| FRS_RECUR | Recurse the directory tree while searching for the specified file. |
| FRS_SCANSYMLINK |
The search will follow symbolic links just as if they were directories. If one of the scanned symbolic links is a "recursive" one (for example, symbolic link points to one of it's root directories) the search will continue until the maximum allowed length of the full path string will be reached. |