Reads the current directory entry as a local filename, then moves to the next file.
Note: Both the '.' and '..' automatic directory entries will be retrieved.
bool GetNext(char[] buffer, int maxlength, FileType& type)
String buffer to hold directory name.
Maximum size of string buffer.
Optional variable to store the file type.
True on success, false if there are no more files to read.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.