Hi,
I am trying to write a script that will use the "Enumerate Library by R-Group" protocol. The protocol requires an RG file, and so I added in the script:
\\\$document->Replace('Input RG File', "/home/ayelet/file.rg");
But since the protocol expects to receive a Url, it says the file cannot be found, while referring to a web file:
"Error: The operation failed - file:///home/ayelet/file.rg does not exist."
How can I fix this problem and make it realize it has to search for a file, not a Url?
Thank you,
Ayelet
I am trying to write a script that will use the "Enumerate Library by R-Group" protocol. The protocol requires an RG file, and so I added in the script:
\\\$document->Replace('Input RG File', "/home/ayelet/file.rg");
But since the protocol expects to receive a Url, it says the file cannot be found, while referring to a web file:
"Error: The operation failed - file:///home/ayelet/file.rg does not exist."
How can I fix this problem and make it realize it has to search for a file, not a Url?
Thank you,
Ayelet
