Difference between revisions of "FindNextFile"
Jump to navigation
Jump to search
Describing output
imported>Low Post |
imported>Haama (Describing output) |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
( | (FoundFile:bool) FindNextFile (FileFound)StringID:long ''Global:bool'' | ||
Sets the content of (FileFound)StringID to the Filename of the next matching File and returns 1 if a file was found; 0 if not. FindFirstFile must be called first; this function uses the FileMask, RootID & Directories passed to FindFirstFile. This function should only be used within a Label/Goto loop | Sets the content of (FileFound)StringID to the Filename of the next matching File and returns 1 if a file was found; 0 if not. FindFirstFile must be called first; this function uses the FileMask, RootID & Directories passed to FindFirstFile. This function should only be used within a Label/Goto loop |