[Webkit-unassigned] [Bug 60361] [EFL] EWebLauncher creates only one settings databases directory at startup.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 17 13:21:51 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60361
--- Comment #14 from Luiz Agostini <luiz at webkit.org> 2011-05-17 13:21:51 PST ---
Just based on the name makeAllDirectories it is not possible to conclude what should it return in case the path already existed and if it is or not a directory, but I would say that permissions are not related to makeAllDirectories. There is no documentation and it seems that different platform implementations differ a bit from each other, but none of the ones I've seen are checking permissions.
This patch just considers that makeAllDirectories(path) will not return false if path already is a directory.
I like the patch as it is.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list