public void PopPathName()
 {
     RootName = RootName.Substring(0, RootName.LastIndexOf('/'));
 }