This class is meant for navigating through the file system. This class will store a history for navigating backward and not just upwards to the parent. On each navigation request, like go backward, the destination will be check if it is still accessible. If not there will be a trial to go up the parents until one is accessible.
@author Christian Laireiter
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.