[Psi-Devel] Fwd: Psi Jabber Client - FS#32: Profile: move profile to %appdata% folder (windows only)
Kevin Smith
kevin at kismith.co.uk
Tue Oct 30 02:12:07 PDT 2007
On 15 Oct 2007, at 18:19, textshell-I1QKlO at neutronstar.dyndns.org wrote:
> if (QDir(newPath + "/PsiData").exists) {
> return QDir(newPath + "/PsiData");
> } else if (QDir(oldPath + "/PsiData").exists) {
> return QDir(oldPath + "/PsiData");
> } else {
> QDir(newPath + "/PsiData").mkdir();
> return QDir(newPath + "/PsiData");
> }
...
> On the other hand psi would
> need to keep checking in the old path for quite some time...
That's probably not a problem, is it? Feel free to push something
like this for 0.12.
/K
More information about the Psi-Devel
mailing list