property ExShellView.CurrentFolder as String
Retrieves or sets the folder to be browsed.

TypeDescription
String A String expression that specifies the current folder.
The CurrentFolder property indicates the path of the folder being browsed. Use the CurrentFolder property to specify the current/browsed folder giving the path as string. Use the BrowseFolder property to specify a browsed folder or to link the ExShellView control with ExFileView or ExFolderView controls. The CurrentFolder property can be seen as a simpler method of BrowseFolder property. The ViewMode property specifies the current's view mode. The Objects.Get(SelectedItems) property to get a collection of selected files/folders. The BrowseFolderChange event notifies your application once the user changes the current folder.