PATH

Member Of Menu: 
Memory
Argument Types: 
None
Result Type(s): 
List
Invertible: 
No
Valid In Expression: 
No
Stack Diagram: 
List1

This operation pushes a list onto the stack which contains the set of directories which leads to the current directory. If in the root directory, the list { HOME } is pushed onto the stack. If the current directory is DIR2 which exists inside of DIR1 below the root, then the list will be { HOME DIR1 DIR2 }.