Max number of files read in a folder by OV_FILE_SERVICE
Posted: Mon Jun 17, 2019 4:02 pm
Hi all,
what is the max number of files read in a folder by OV_FILE_SERVICE (GET_DIR) using a list with Entrys(*MAX)? Sometimes I got an error and it is due because there are too many files in the folder.
Thanks
Code snippet
what is the max number of files read in a folder by OV_FILE_SERVICE (GET_DIR) using a list with Entrys(*MAX)? Sometimes I got an error and it is due because there are too many files in the folder.
Thanks
Code snippet
Code: Select all
Def_List Name(#WLIST) Fields(#OV_NAME #OV_PREFIX #OV_SUFFIX #OV_DATE #OV_TIME #OV_SIZE #OV_ISDIR) Type(*WORKING) Entrys(*MAX)
Use Builtin(OV_FILE_SERVICE) With_Args(GET_DIR #OV_DIRECT) To_Get(#OV_RETC #OV_ERRN #WLIST)