All,
I'm doing some custom code with Script Listeners to update a custom URL fields which wil contains a link to a file on an external location.
All this works fine, the url gets created and the custom field is filled with the url.
But now i'm stuck, I want to check if the file actually exists for which the url is created.
I'm not a Python wizz but tried several examples but every time it fails.
so in short :
check within the script listner if URL "https://test.com/test_file.docx" exists.
Your help is much appreciated.
KR,
ES.