-
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 ??
-
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.
-
Re: Shfileopstruct