You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry for the confusion, hope the below makes it a bit clearer here.
BE_ListFilesInFolder was in old version like 3.1 but not in latest version, and I couldn't find its changing history like when removed or rename in the CHANGE_LOG page
Also if BE_ListFilesInFolder was renamed to BE_FileListFolder, then they take different parameters, it was valid to use BE_ListFilesInFolder ( folderPath ; "*.txt" ) in old version, but in new version BE_FileListFolder doesn't take "*.txt" for the second parameter.
I don't believe that it ever had an option for limiting the file names returned. We've had options to do that generally via regex, but never in this function, that I'm aware of.
yes, you are correct, i double checked this function in version 3.1.0, it doesn't support filtering by file type like the above, it was a misuse in our code, sorry for the confusion.
So it's just the below part: BE_ListFilesInFolder was found in old version like 3.1, but couldn't find it in the latest version, also couldn't find its changing history like when it was removed or was rename in the CHANGE_LOG
If BE_ListFilesInFolder was renamed to BE_FileListFolder, the new function is not compatible with BE_ListFilesInFolder's parameters?
The text was updated successfully, but these errors were encountered: