when I use fstream.open("filename") to creat a file
if there is directory in the filename
such as out/example.txt
if there is no folder '/out/' in the same directory of the program
the open() will fail
so how to add a folder in the present directory?
thanks