Question
Erase memory for ProMdlName
Hi all,
I use code following code to create a Directory using toolkit
err = ProFileMdlnameParse(SelPath00, OutPutPath, MdlName, Ext, rev);
ProWstringToString(DwgName, MdlName);
mkdir(strcat("C:\\temp\\", DwgName))
When i run the application second time, the DwgName is getting appended.
(i.e first time DwgName is 1234, second time it becomes 12341234)
Kindly suggest.

