AjayN
February 15, 2020, 12:00pm
1
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.
Plz help me.Wait for your suggestions.
Thanks
1 Like
schwarzp
(Patrick Schwarz)
February 15, 2020, 1:58pm
2
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.
Yoichi
(Yoichi)
February 17, 2020, 12:14am
3
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,
system
(system)
Closed
February 20, 2020, 11:09am
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.