Hi Everyone,
I have to concatenate set of strings to make the AOT path as like @"\Classes\MeltingReportDP" so that i can pass this path in the below line
controllable = SysTreeNode::newTreeNodePath(@"\Classes\MeltingReportDP");
I am doing in this way..
str ObjectType,ObjectName,Path;
ObjectType = pngReleaseLines.ObjectType; \\ eg: classes
ObjectName = pngReleaseLines.ObjectName; \\ eg: MeltingReportDP
path = '\\'+ObjectType+'\\'+ObjectName;
controllable = SysTreeNode::newTreeNodePath(@path)
but it ends with error.
can anyone please help me this ? :)
Regards,
Pankaj Kumar
*This post is locked for comments
I have the same question (0)