I am using photoshop version 23.3.2 and suddenly there is no method localFileSystem.getEntryWithUrl()
The idea is that I am trying to find some plugins on the user’s computer and I know the path where they are in advance. Then I try to get the entry from this path and find the files I need there
In higher versions of photoshop this works but in photoshop 2022 it does not work because the method is not even in the prototype localFileSystem
Are there any other ways to get the entry from a string with a path?
For example 'file:///C:/Program%20Files/Common%20Files/Adobe/Plug-Ins/CC/Filters'