Class ExplorerFolder
File Explorer folder window functions.
public class ExplorerFolder
Namespace: Au.More
Assembly: Au.dll
Properties
Name | Description |
---|---|
Hwnd | Gets window handle. |
HwndTab | Gets tab control handle. |
Methods
Name | Description |
---|---|
All(bool, wnd) | Creates ExplorerFolder for all folder windows. |
GetFolderPath() | Gets folder path.
For non-filesystem folder gets string like |
GetSelectedItems() | Gets paths of selected items. |
NewTab(wnd, string) | Adds new tab in a folder window. |
Of(wnd, string) | Creates ExplorerFolder for a folder window. |
Open(string) | Opens a folder in this window/tab. |
SwitchToTab() | Makes this tab visible. |
ToString() | Calls ExplorerFolder.GetFolderPath. |