rsr.chandu
(Rsr Chandu)
1
I have root folder which is “PAYMENT ADVICE” in that folder i have sub folders like “E100” & “E727” each sub folder’s contains some files?
How to read each pdf file from sub folder(After reading first file it will go to next folder and vice-versa)
Thanks in Advance
@rsr.chandu …please try
Directory.GetFiles(targetDirectory, “*”, SearchOption.AllDirectories)
1 Like
system
(system)
Closed
3
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.