Difference between revisions of "FindNextFile"
Jump to navigation
Jump to search
no edit summary
imported>Low Post |
imported>Low Post |
||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(Bool:short) FindNextFile (FileFound)StringID:long | (Bool:short) 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 |