Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Pete Rizzuto" Newsgroups: scea.yaroze.programming.codewarrior,scee.yaroze.programming.codewarrior Subject: MWbload -> how do i specify paths? Date: Tue, 11 Nov 1997 23:19:00 -0500 Organization: SCEA News Server Lines: 24 Message-ID: <64baj0$2i81@scea> NNTP-Posting-Host: cc202408-a.ebnsk1.nj.home.com X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Xref: chuka.playstation.co.uk scea.yaroze.programming.codewarrior:241 scee.yaroze.programming.codewarrior:108 Hi, I am using the codewarrior debug io library to load my tim data from my pc at runtime, instead of dealing with batchfiles and the like... i use the following pair of calls: MWRedirectIO(__MWIO_CDROM); MWbload("cdrom:\sprite.tim", (void *) SPRITE_1); This works. However, if I move the sprite.tim file into a subdirectory on my PC, like "\yaroze\sprite.tim", or "yaroze\demo\sprite.tim", etc... it fails. I have tried every combination of backslash and doublebackslash etc... nothing works... How do I specify a path? Thanks, Pete