hello
I'm living in Israel and my language is HEBREW. when I'm retreving a path with hebrew names I got ?????? instead of the original name.
what should I do to fix it
thanks
Printable View
hello
I'm living in Israel and my language is HEBREW. when I'm retreving a path with hebrew names I got ?????? instead of the original name.
what should I do to fix it
thanks
What code did you use to retrieve the names?
my code looks like
For Each foundFile As String In My.Computer.FileSystem.GetFiles(TextBox1.Text, FileIO.SearchOption.SearchAllSubDirectories, "*.*")
......
......
next