FindNextFile
Description: |
baFindNextFile continues a search started with baFindFirstFile. |
Platforms: |
Windows and Macintosh |
Usage: |
Result = baFindNextFile( ) |
Arguments: |
None. |
Returns: |
String. Returns the full path to the next file found |
Examples: |
Director: Authorware: |
Notes: |
You must call baFindFirstFile before calling this function. baFindFirstFile sets up the search criteria, and allocates the required memory. When you are finished finding all the files you are interested in, you should call baFindClose to free memory allocated by baFindFirstFile.
|
See also: |