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...")
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
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.
 
''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