[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    KStandardDirs
From:       André Wöbbeking <Woebbeking () onlinehome ! de>
Date:       2003-06-05 15:32:51
[Download RAW message or body]

Hi,

KStandardDirs use the routine

static void fixHomeDir(QString &dir)
{
   if (dir[0] == '~')
   {
      dir = QDir::homeDirPath() + dir.mid(1);
   }
}

what happens with paths like ~foo/kde?


Cheers
André
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic