To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=109129
------- Additional comments from [email protected] Thu Feb 11 22:37:09 +0000 2010 ------- A possible explanation might be this excerpt from NSFileWrapper's initWithFile: documentation: "If node is a directory, this method recursively creates file wrappers for each node within that directory." So this call may and possibly will generate a lot of overhead information that is never going to be used especially because if the user then selects a directory, the file wrappers for the directory's contents will be generated again. The description doesn't state the depth of its recursion but even the first level is information that we don't need the moment we call the method. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
