I`m reading a text-file with ifstream (getline), where I get a string.
now I want to print it in maya, using MGlobal::displayInfo, where I need MString.
Can anyone tell, how I can convert the string to MString..?
by the way, when I write
cout << line;
it seems like he doesn`t log it.. where do I find, what he should log here.. apparently not in the script-editor? (sorry for that beginner-question, just didn`t find any info about it..)