Error In putting the pdf invoice files reading in Assign as illegal character

@Swagasmini_Jena, copy and paste this and let me know if it helps.

Directory.GetFiles("1000_Invoices","*.pdf")

1 Like

what willbe the variable type is it array of object?

@Swagasmini_Jena, Array of Strings

1 Like

yes it is done. I am getting another error

but array of objects should still work if you want it that way, i dont see why it would give you a problem

1 Like

What is this meant to do? and what is the error message saying?

That is done. i was unaware of the first error. thank you . can you help with the second? It says The system cannot find the file specified

@Swagasmini_Jena, send the screenshot of the for each activity without the other pop up window, i am struggling to understand whats happening there.

1 Like

“1000_Invoices\Invoice " +Counter.ToString +”.pdf" i left a space after ""1000_Invoices\Invoice "

1 Like

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