When I was trying to write text to a file in C++, nothing ever appeared in the area. I don't know if it was because I was using my own file extension, but when I do that in C#, it works.
I was using the code:
using namespace System::IO;
File::WriteAllText("C:/mypath/myfolder/mydocument.cra");
Is there anything I should be doing?