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

FL_ThisStackFolder

Revision 1
Revised on 19/03/95 17:58

Description

Return the path of the folder that the current stack is in.

Code

function FL_ThisStackFolder
  -- returns path of folder containing this stack
  
  return FL_StackFolder(the short name of this stack)
end FL_ThisStackFolder