function getStackPath
  put the long name of this stack into path
  delete first word of path
  put stripChars(space,path) into path
  put stripChars(quote,path) into path
  return path
end getStackPath