NextDirectoryEntry()

Syntax

Result = NextDirectoryEntry()
Description
This command must be called after an ExamineDirectory(). It will go step by step into the directory and list its contents. The entry name can be get with the DirectoryEntryName() command. The 'Result' is one of the following values:

#PB_Explorer_None : No more entries in the directory.
#PB_Explorer_File : This entry is a file.
#PB_Explorer_Directory: This entry is a directory.

Supported OS

All

<- IsFilename() - FileSystem Index - RenameFile() ->