Hi Guys,

I have a file which I want to save.
With: fstream File (fileName, ios:ut | ios::trunc | ios::binary);
I can save the file in the directory in which my Programm runs.
But I want to save it in a subfolder called "log"
This subfolder should be in the same directory in which my program runs,

I thought its not that hard, I tried to change the name of my file to "/log/filename"
But I simply cant, I dont know how to change my char* to this.

I hope you understood where my problem lies and can help me. thank you