Navigates to the parent folder.
Syntax
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").GoToParentFolder(); |
Returns
true
or false
) which
specifies whether it succeeded (true
) or not (false
). It will
fail if the current folder is the Desktop node of the folder tree (which is always the
root node).
See Also
Examples
Open File Dialog SampleReference
CanGoToFolder MethodGoToFolder Method
GoToPreviousFolder Method