open a file using wide character filename

yogish

Registered
Hi ,
I am able to open a file using open() but i want to open a file using wide character filename.
Please help me fix this problem.
Thanks.
 
In Mac, wchar.h doesnot have open call to open a file with wide character argument ,just as windows has _wfopen.

is there a _wfopen replacement call in mac?

How can i pass wide character string in open call, because open accept argument in const char ?

because all the variable that i have are in wide character.

-yogish
 
Back
Top