Gets the path of the selected folder.
[Visual Basic]
Public ReadOnly Property SelectedFolder As
String
[C#]
public
String SelectedFolder {get;}
Remarks
This property can only be used when a folder tree is present. When folder tree is not present, the FileExplorer can not change current directory and the current directory is always the same as RootFolder.
See Also
FileExplorer Class | EO.Web Namespace