Read txt file by extension?

Hi @Rodrigo_Buch,

What about below code

pass your input path via variable like below

InputPath (String)= “C:\Users\pinhem2\OneDrive - Medtronic PLC\Desktop\Arquivos PDF\"

Directory.GetFiles(InputPath,“*.TXT”)(0)

Thanks,