0

How I should parse QString, which contains system variables ?What I want:

QString path = "%WINDIR%\\System32\\";
QString output  = parse(path);
QDebug()<<output; \\ output is "C:\\Windows\\System32\\"
4

2 に答える 2