Hi.
I am replacing List Files (deprecated ) node with the new one but the old one has file_location flow variable which accept string as input and new one doesn’t has "file_location " flow variable that is why it is not accepting string. I think new node is accepting path. I tried to convert my string to path using "string to path " node but as my string is a mountpoint url so it’s not converting. kindly help
Did you check the file handling guide that I linked to earlier?
It’s hard to tell what’s wrong since I don’t know how your files and folders are organized.
If you want to use the knime:// syntax then you’ll need to select “Custom/KNIME URL” in the String to Path (Variable) node.
However, this approach has been updated, and you don’t need to include knime://knime.mountpoint. Instead, select the option Relative to → Current mountpoint and type in the path starting with the appropriate folder.
So if I previously wanted to access a file in a Test folder using knime://knime.mountpoint/Test, I’d just type “Test”: