[Newbies]Imagesfiles in Squeak

Göran Krampe goran at krampe.se
Fri May 4 13:14:36 UTC 2007


Hi!

> Yes i've tried that but he tells me the following
>
> 	subdir#test.jpg does not exist.
>
> I've checked the case sensitivity from the folder but it is exactly the
> same. Do i have to escape the / sign? Because he looks in
> "subdir#test.jpg"
> I am working on a Windows Xp PC

Try using \ (win32 separator) instead of / (unix separator) or even better:

(Form fromFileNamed: 'subdir', FileDirectory slash, 'swiki.gif') asMorph
openInWorld

regards, Göran



More information about the Beginners mailing list