Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3042

File path name has some chinese or other characters

$
0
0
Hi All,

I want to read a file which is present in some path which has some special characters as folder name as follows:

C:\Test\Input\新建文件夹\Text.txt


but problem now is with this special character in the path - not able to find proceed further.
The special characters "新建文件夹" are shown as "?????" if I check by putting break point.

Please let me know how to make this work.

Thanks

Viewing all articles
Browse latest Browse all 3042

Trending Articles