ecore_file: Fix ecore_file_file_get function on Windows.
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 2 Nov 2015 01:19:39 +0000 (10:19 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 2 Nov 2015 01:32:10 +0000 (10:32 +0900)
commit39f154f8ca18e26e8c1311e53eeaaf07325a6a6f
treefe723077b7f50b505a9bfee9e3c22c2dfa83bcf4
parentbd7ccd45b60998b61e9cd392c058006f800fc326
ecore_file: Fix ecore_file_file_get function on Windows.

On Windows, both backslash and slash can be used as file path
separators. Therefore, it is fixed to consider backslash as a file path
separator as well on Windows.

@fix
src/lib/ecore_file/ecore_file.c