GetNextFile

Description

Returns the name of the next file found in the current folder, which is set using SetFolder. GetFirstFile must have been called first for this to work, any call to SetFolder or OpenToWrite will require starting again with GetFirstFile.

Returns an empty string if there are no more files in the current folder.

Definition

string GetNextFile()