Methods

All methods in the Solar_Path_Stack class.

Public

add()

Adds one or more directories to the stack.

find()

Finds a file in the path stack.

findReal()

Finds a file in the path stack using realpath().

get()

Gets a copy of the current stack.

set()

Clears the stack and adds one or more directories.

Protected

_unixToWindows()

Replaces Unix path and directory separators with system-specific separators.

Private

None.



Local