Greetings,
I was willing to know if there is an option / method which will help me to find out if a folder exists with a specific name whenever I'm trying to create a new folder using CWS?
At the moment the only way to know if a folder is already exists is to get an exception when using docMan.CreateFolder() which will return "Folder already exists with that name"
Is there another method which will return true / false if a folder already exists with that name.
Thank you.