I have an application that exports the result to me in a .csv file.
The export makes several project names, one of those projects has the tag name in HTML <b>
.
When trying to create this file, I get an illegal character in path eror.
I have tried to put double quotes in the result:
"" + ProjectTitle + ""
But the error keeps coming up.
How could I avoid getting this error and follow the execution of my program?
Thank you very much in advance.