|
Function searches a directroy for an item. - Parameters:
-
| dir | Pointer to the blank directory object. |
| fno | Pointer to the file information structure to store the information about the found item. |
| path | Pointer to the null-terminated string that specifies the directory name to be opened. |
| pattern | Pointer to the nul-terminated string that specifies the name matching pattern to be searched for. It is referred by also subsequent dfindnext function, so that the string must be valid while the successive function calls. |
- Returns:
- True on success
|