Minor error in desktop IDE Help

Caravelle

Active Member
Licensed User
Longtime User
In the help example for DirSearch you have:
"Example: (alDir is an ArrayList control)
FileSearch (alDir, "\My Documents")
This example will add all the subdirectories in My Documents folder (in the device) to the ArrayList alDir."

"FileSearch" should of course be "DirSearch". I wondered why the code I copied and pasted didn't work the way I expected :)

Caravelle
 
Top