Open gfriloux opened 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.
evil is not made to be unicode, yet. it would require many work and test to get it ready.
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.