Reference/FindNext: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=FindNext= handle user_var(filename_output) Continues a search began with FileFirst. handle should be the handle_output_variable returned by [[Referenc...")
 
Line 3: Line 3:
  handle user_var(filename_output)
  handle user_var(filename_output)


Continues a search began with [[Reference/FileFirst|FileFirst]]. handle should be the handle_output_variable returned by [[Reference/FileFirst|FileFirst]]. 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.

Revision as of 20:26, 27 November 2011

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.