This content has been marked as final.
Show 2 replies
-
1. Re: About ai::FilePath in MacOS
A. Patterson Jan 10, 2011 12:10 PM (in response to starnight1981)I believe the problem is you want as_UTF8() not as_Platform(). I'm 99% sure that MacOS uses UTF8 for all their file path stuff, and as_Platform() will be in the local encoding, not UTF8. Place to start at any rate
-
2. Re: About ai::FilePath in MacOS
starnight1981 Jan 13, 2011 6:34 AM (in response to A. Patterson)A. Patterson ,thank you.


