|
From: James W. W. <os...@jw...> - 2005-12-28 15:45:56
|
On Dec 28, 2005, at 1:09 AM, Edward K. Chew wrote: > That sort of makes it difficult to open a file without calling on > deprecated APIs, doesn't it? True. > I guess you can turn an FSRef into a path and go that route, but > paths aren't without problems either, from what I've heard. Yes, there is the 1024-character limit on path length. > I think I'll go back to using FSSpecs for now... Another option would be to write the 3DMF data to a memory storage object, and then copy the memory to a file using FSRef APIs. |