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

List:       kde-commits
Subject:    kdepim/empath/lib
From:       CVS by rikkus <kde-cvs () kde ! org>
Date:       2000-10-05 4:55:55
[Download RAW message or body]


kdepim/empath/lib EmpathMailboxMaildir.cpp,1.58,1.59
Author: rikkus
Thu Oct  5 04:55:55 UTC 2000

Modified Files:
	EmpathMailboxMaildir.cpp 
Log Message:
How to recursively look for dirs with subdirs without stat(2)ing each file:

+    // Cheat like fuck.
+    struct stat s;
+    stat(QFile::encodeName(currentDir), &s);
+    if (2 == s.st_nlink)
+        return;
 

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

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