<html><body><div>hey everybody,<br><br>I have a short yet hard question.<br><br>I'm writing an interpreter at the moment. One step of the interpreter is to create a folder in the root folder. The issue is, that when I try to rename that folder (which is at the moment named " ") it seems that there is no option to do so, since the "name();" is protected. <br><br>The code which creates the new folder at the moment:<br>CBuilderFolder *GrTraceFolder = builder.GetRootFolder()->CreateNewFolder("GranulateTracing");<br><br>Do you know any option how to name that folder?<br><br>Thank you a lot in advance!<br data-mce-bogus="1"></div></body></html>