I'm having trouble with checking for duplicate file names. I'm getting files from email and then creating files in a folder on SharePoint, and I want to check if the file name already exists in SharePoint so that it automatically increments the number at the end, like abc(1).pdf, abc(2).pdf, that way it won't overwrite an existing file. Please help me, thank you everyone.