Difference between revisions of "FindNextFile"

Jump to navigation Jump to search
4 bytes added ,  10:17, 26 April 2009
Describing output
imported>Low Post
imported>Haama
(Describing output)
Line 2: Line 2:


'''Syntax:'''
'''Syntax:'''
  (Bool:short) FindNextFile (FileFound)StringID:long ''Global:bool''
  (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  
Anonymous user

Navigation menu