why don't we define the directory name as alphanumeric?<br><br>and btw, you shouldn't use constructions such as<br>tUrl.setPath( tUrl.path( KUrl::RemoveTrailingSlash ) + QDir::separator() + encodedAppName() );<br><br>
you should use KUrl::addPath for that.<br><br>The pathUp function is not being used and does the same as KUrl::upUrl() (afaik).<br><br>And well, good to see someone working on this code :).<br><br>Bye!<br>Aleix<br><br><div class="gmail_quote">
On Fri, Nov 7, 2008 at 11:55 PM, Bernd Buschinski <span dir="ltr"><<a href="mailto:b.buschinski@web.de">b.buschinski@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
now scans backwards-rekursiv for first exiting folder in path and if it has<br>
permissions for creating a folder(write and execute).<br>
pathUp is need because QDir::up() checks if the folder exists which makes<br>
/home/doesNotExists/doesNotExists/<br>
unsolveable with QDir<br>
<br>
Also appName encoding works, just "." and ".." I cant handle, so I marked them<br>
as invalid<br>
<br>
And still no svn account<br>
<br>_______________________________________________<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
<br></blockquote></div><br>