@@ -289,11 +289,11 @@ currentPath = [OFString stringWithPath: currentPath, component, nil]; else currentPath = component; - if (![currentPath isEqual: @""] && + if ([currentPath length] > 0 && ![OFFile directoryExistsAtPath: currentPath]) [OFFile createDirectoryAtPath: currentPath]; [currentPath retain];