C# Unicode File Names. FileInfo
-
I'm currently working on a project which requires me to read Unicode File Names. Does the FileInfo class do this ? How can I create a unicode file in order to test this.. jon
Dato wrote:
I'm currently working on a project which requires me to read Unicode File Names
I thought any program developed in C# can read unicode -unless you explicitly ask for ASCII-
Dato wrote:
Does the FileInfo class do this
Yes.
Dato wrote:
How can I create a unicode file in order to test this..
You have to use non-English caracters for that. For example; Add the eastren -e.g. chinese- languages support to your windows. Go to any chinese web site, and copy/paste some text from there -you don't have to understand it- into a file name and try to open it using your app.
Regards:rose: