Hi Gurus,
I have a requirement where,
when a directory name or path is provided , need to fetch all the subdirectories and files of the directory. Also i should be able to distinguish between files and subdirectories. Or atleast fetchin all the subdirectories will do.
have already tried EPS_GET_DIRECTORY_LISTING and EPS2_GET_DIRECTORY_LISTING, it gives only files , not subdirectories.
SUBST_GET_FILE_LIST is now obselate.
RZL_READ_DIR_LOCAL gives all the files and subdirectories, but unable to distinguish which are directories and which are files.
TMP_GUI_DIRECTORY_LIST_FILES is used only for presentation servers.
Any other fucntion modules which can serve my purpose?
Any help would be greatly appreciated
Thanks in advance