Issue with getFiles method
Hi All,
I am on macOS 26.5.1 and testing on InDesign 2025. I notice that getFiles function is behaving strangely. If I do something like the following, I get 0
Folder("/Users/manan/Documents").getFiles("").lengthThe same happens with other folders in this folder as well. Now, my script tries to use unPackageUCF and that too fails with these paths as input. I have noticed one thing, when the folders are created on the same day the code works fine. However, once the folders are older than a day the API starts failing. It does not make any sense to me. Any insights?

