I am looking for more documentation on the find() method in the folder class. I am getting mixed results with …find(“.pdf”) and am looking for a reliable way to find pdf files in the folder.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are getting too many results that aren’t necessarily pdfs, maybe try further filtering the result set by checking that the file name extension ends in .pdf.