ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellList.GoUp Method

Goes up one level in the file system structure.

Syntax
Pascal
function GoUp: Boolean; override;

This method makes the parent folder of the current folder the new active folder, which contents will be displayed in the TJamShellList.

The following lines of code will show a message box with the Text "C:".

JamShellList.Path := 'C:Windows'; JamShellList.GoUp; ShowMessage(JamShellList.Path);
Copyright (c) 2011. All rights reserved.