property ExFolderView.ExploreFromHere as String
Retrieves or sets a path that indicates the root folder used to display the hierarchy.

TypeDescription
String A string expression that specifies the root folder for this control. If the ExploreFromHere property ends with "|reset" the control does not restore previously selected / expanded items. For instance, ExploreFromHere = "|reset" loads again the desktop, without selecting or expanding the previously selected / expanded items. The "reset" options must be after a "|" (pipe-character)

This property determines the root folder for the control. By default, if left empty, exploration starts at the desktop. Otherwise, the root folder is the path specified here.