Goes up one directory level.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic override bool GoUp()
Public Overrides Function GoUp As Boolean
public:
virtual bool GoUp() override
abstract GoUp : unit -> bool
override GoUp : unit -> bool
Return Value
Booleantrue, if the operation was performed succesfully. false, if the operation could not be perofrmed, which can e.g. happen, if the current folder is the root of the shell namespace.
Implements
IShellControlGoUp
See Also