|
Try using the FileDirectory>>pathFromURI: method using a forward
slash as the delimiter.
path := FileDirectory pathFromURI: 'Content/CLADemo/Meshes/house.ase'.
mesh := (TLoad3DSMax new initializeWithFileName: path scale: 1.0)
frame.
-Peter
On Jan 8, 2007, at 1:49 PM, Florian Reinhart wrote:
> Hi guys,
> I want to load some pictures into croquet. It's working fine on Mac
> OS X with / (slash) as separator, but Windows needs a backslash.
> Is there any possibility to make my program run under Mac OS and
> Windows?
> Thank you!
> Florian
|