[REBOL] Re: tile-mapper
From: antonr:lexicon at: 24-Aug-2004 17:53
Hi Ashley,
Umm, that's a weird one - can't reproduce it.
However, it made me think of the more politically
correct way to do the script (without creating a new
directory, %state/, in the current directory):
url: http://www.lexicon.net/antonr/rebol/gfx/tile-mapper/tile-mapper.r
read-thru/update url ; make sure we have latest version
; move to script's directory in your cache
change-dir first split-path path-thru url
do %tile-mapper.r
Give that a go. That should create the %state/ directory in the cache,
not your current directory.
By the way, I developed and tested only on View beta 1.2.48.3.1
Sorry for all the mess, and thanks for trying.
Anton.