Accessing ubuntu relative path
General and Desktop
2
Posts
2
Posters
715
Views
2
Watching
-
In Qt, i have no problem accessing file in absolute path but not relative path as in the code below.
,,,
QXmlGet xmlGet;
xmlGet.load("/opt/TMP00000000.xml");
//xmlGet.load("./TMP00000000.xml");