news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

FL_HomeStackFolder

Revision
Revised on

Description

Return the path of the folder that the Home stack (and hence Hypercard itself) is in.

Code

function FL_HomeStackFolder
  -- returns path of folder containing home stack
  
  return FL_StackFolder("Home")
end FL_HomeStackFolder