|
|
|
|
|
SftDirectory.Up Method |
Changes the topmost folder to the current topmost folder's parent folder.
Syntax
|
VB.NET |
object.Up() |
||
|
VB |
object.Up |
||
|
C#.NET |
void object.Up(); |
||
|
VC++ |
HRESULT object->Up(); |
||
|
C |
HRESULT object->raw_Up(); |
||
|
Delphi |
procedure object.Up(); |
object
A SftDirectory object.
Comments
The Up method changes the topmost folder to the current topmost folder's parent folder.