Mac filenames with Mac-specific characters

G

Guest

Hi,

I have some file names created on a Mac which have characters which the user is disallowed from entering under Windows. I copy them to a Windows 2000 server and try to read them in programmatically using FindNextFile(). This returns a file name with the question mark character substituted for the original character. However, when the file is viewed on a Mac the proper characters appear (e.g. /|\*"<>). Does anybody know where the original file name is stored and how I can get at it using the Windows API?
 
P

Pierre Duhem

Hi,

I have some file names created on a Mac which have characters which
the user is disallowed from entering under Windows. I copy them to a
Windows 2000 server and try to read them in programmatically using
FindNextFile(). This returns a file name with the question mark
character substituted for the original character. However, when the file
is viewed on a Mac the proper characters appear (e.g. /|\*"<>). Does
anybody know where the original file name is stored and how I can get at
it using the Windows API?

Use Unicode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top