Remove folder created by app on app uninstall/deletion - Qt
-
Hi all,
In my qt application, I created some directories and subdirectories. I want to use something in .pro file of the app which will remove those directories and subdirectories if the app is deleted or uninstalled from the phone. I know in symbian, we do this by using a flag FN(FILE NULL) on the directory path. I need something similar to that
Any pointers?
Thanks