v1.04: plRTGetDirents returns actual directory entry list, Documentation updated
Nineteenth release. Here are the changes
- plRTGetDirents now returns an array of directory entries (struct dirent) instead of plstring_t.
- The list is unsorted by default. To sort the list, use plRTSortDirents.
- To get the old behavior back, set preprocessor variable PLRT_COMPAT_FEATURELVL to 4.
- Updated documentation.