on 2/14/02 4:49 PM, Marcus Bointon <[EMAIL PROTECTED]> wrote:

> can't find a way of getting the current stack's path.

check out About Filename Specifications and Filepaths in the Rev
Encyclopedia and filename of stack property in the Rev Dictionary.
Something like this should give you a well lit path to your stack:

global gStackPath
on hGetStackPath
  put the filename of this stack into gStackPath
  set itemDelimiter to "/" --mac os
  delete last item of gStackPath
end hGetStackPath


-- Philip



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to