I\'m having an issue getting this to work. It takes in a string which consists of several pieces of information put together.
However, when I try to write the String to a f
On my case I was passing the directory where I should put the file I am generating.
I just appended the Filename to the directory and mine worked fine.