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

FL_StackFolder

Revision 2
Revised on 19/03/95 17:55

Description

Return the path of the folder that a stack is in. Takes the name or path of the stack.

Code

function FL_StackFolder name
  -- returns path of folder containing a stack
  
  return FL_FolderFromPath(FL_StackPath(name))
end FL_StackFolder