Reference/FindNext: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
 
Line 4: Line 4:


Continues a search began with [[Reference/FindFirst|FindFirst]]. handle should be the handle_output_variable returned by [[Reference/FindFirst|FindFirst]]. If the search is completed (there are no more files), filename_output is set to empty, and the error flag is set. Note that the filename output is without path.
Continues a search began with [[Reference/FindFirst|FindFirst]]. handle should be the handle_output_variable returned by [[Reference/FindFirst|FindFirst]]. If the search is completed (there are no more files), filename_output is set to empty, and the error flag is set. Note that the filename output is without path.
''Command introduced with NSIS v1.60''

Latest revision as of 20:33, 4 June 2013

FindNext

handle user_var(filename_output)

Continues a search began with FindFirst. handle should be the handle_output_variable returned by FindFirst. If the search is completed (there are no more files), filename_output is set to empty, and the error flag is set. Note that the filename output is without path.

Command introduced with NSIS v1.60