On Wed, Feb 13, 2008 at 12:04:02PM -0500, Jeremy Ashkenas wrote: > Wonderful. Can you get a handle to the .shy directory from within shoes? > I'm asking because it would be nice to be able to load images, and static > files relative to your shy.
But yes! So, the shy will package everything in the directory. And when you're running it, it'll extract to a temporary directory and then move you into that directory. So you can just do: image "shoes.png" if that image is in the root directory of the shy. _why
