GetNextFolder

Description

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

Returns an empty string if there are no more folders in the current folder. Does not include . or ..

Definition

string GetNextFolder()