PathCombine Error

I want to combine the path of outputfolder that is in config file and data csv that is also in my output folder.
But its giving error.
And in second image i want to store that path in strfilepath but there is error.
image


Plz help me.Wait for your suggestions.
Thanks

1 Like

When i get it correct you could do it lot easier:

assign activity:
Log Path = in_InvoiceOutputFolderPath & “data.csv”

First images error says that the “Path” from “Path.Combine” is not declared as variable.

Hi,

Can you use System.IO.Path.Combine instead of Path.Combine?

Or can you try to add System.IO namespace in Imports panel if there isn’t?

Regards,

Thanks its working

1 Like

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