NextSelectedFile()

Syntax

Result = NextSelectedFile()
Description
After a call to OpenFileRequester() it returns the next selected file (if any). It has to be called in the callback specified in OpenFileRequester(). SelectedFileName() and SelectedFileID() can be used to get info about the current selected file.

Parameters

None.

Return value

Returns #True if there is another file, #False otherwise.

Supported OS

All

<- MessageRequester() - Requester Index - OpenFileRequester() ->