Hi,
Is there anyway to get a list of files from a directory excluding a zip for example. I just want to be able to get all the files without naming all the extension I do want like Directory.GetFiles(filepath,“.pdf",".csv”) and etc. I tried researching but can’t seem to find a solution.
Thanks!