Read specific keyword name files from folder

Directory.GetFiles(“FolderPath”, “ABCD*”)
In above syntax can i use string variable as a keyword in place of ABCD. If yes then how?
And also i want to read only pdf format files.
I used * infront of keyword because there are multiple versions of that file
@supermanPunch @Sudharsan_Ka @Aakash_Singh_Rawat @Anil_G @Kalpesh_Chaudhari

Hi @pravin_bindage

Yes you can as i said in your older discussion

1 Like

can i get array of from this?

Yes you will get the array of PDF file paths @pravin_bindage

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.