Hi Sarasota
There is not a property for that as most applications have moved away from that model (even though I personally thought it was quite a useful navigation tool).
It should be fairly easy to add. In the OnFolderChanged event (this is in v5.2.1 so email me for it) add:
sUpFolder := ExtractFilename( ExcludeTrailingBackSlash( IEFolderMView.Folder ));
IEFolderMView.InsertImage(0, sUpFolder, True, iedtNone, iedtNone, iedtFilename, False);
IEFolderMView.ImageBottomText[0].Caption := '..';
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com