My project's files are placed inside the /opt/projectname/bin/somefolder.Now how can i replace a file which is kept at the same path.
I am successfully reading the xml file from the above path, but now the requirement is such that i have to replace that file at run time with a new file of same name.
I tried with QFile methods, but unable to write a file at this location.Does it requires any credentials to be added in manifest file or else?

Reply With Quote

