gfriloux / eina

Fork of eina 1.7 : https://git.enlightenment.org/legacy/eina.git/
Other
0 stars 0 forks source link

Eina_File : Use evil functions #2

Open gfriloux opened 7 years ago

gfriloux commented 7 years ago

eina_file_win32 implements its own directory listing algorithm, which is almost the same as the code exported by evil for opendir and readdir.

It would be more efficient to to reuse code from evil.

gfriloux commented 7 years ago

evil is not made to be unicode, yet. it would require many work and test to get it ready.