|
-
June 23rd, 2008, 11:05 PM
#1
Shfileopstruct
Greetings
I was able to use this code here as a reference for getting the newly created file name. But my file name contains some 2-Byte character ( Japanese Characters ) , so when I got the new file the 2Byte characters were shown as "garbage". Is there a way to be able to get these characters properly ??
-
June 24th, 2008, 01:51 AM
#2
Re: Shfileopstruct
I guess that article treats the strings as ANSI. In your case you need UNICODE. To convert between the two, take a look at this FAQ: http://www.codeguru.com/forum/showthread.php?t=231165.
-
June 24th, 2008, 06:28 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|