- hey community , i am having a small issue with saving a file
I am using this code to do that
bool URWtxtFiles::SaveTxt(FString SaveTextB, FString FileNameB)
{
return FFileHelper::SaveStringToFile(SaveTextB, *(FPaths::ProjectDir() + FileNameB));
}
saving files just fine as .txt but as soon a save as .docx it isnt opening .why ?
The file itself is saving , but not openning