Hi All,
I want to read only word document and they may be in different format like docx ,rtf etc. There are multiple documents like excel, pdf, word etc.
Hi All,
I want to read only word document and they may be in different format like docx ,rtf etc. There are multiple documents like excel, pdf, word etc.
str files = Directory.getFiles(“folderpath”,“*.docx”)
It will give you array of word files then iterate it and read one by one.
thanks @indra
now its working .
@Nidi2 Close the thread by marked as Solution