minor optimizations to ecore_file_mkpath()
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 06:33:00 +0000 (06:33 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 11 Apr 2009 06:33:00 +0000 (06:33 +0000)
commitccec503e5a68a059fdfe65d71ed1d872dd24ed06
treee74a4b7b9349c741e09140c45a95bdca0e4520b8
parent3443bddb0f2c23007a370eae2d2dd00efa2eb030
minor optimizations to ecore_file_mkpath()

 * check if path is already valid, not doing further work if that's the case;
 * less stats;
 * check error of ecore_file_mkdir();
 * better usage of 'ss' string.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@39964 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_file/ecore_file.c