Method | Description | |
---|---|---|
GetTopSelectedDirectoryFromExplorer ( ) : |
Returns the selected directory from windows explorer. If the selected item is a file, returns null If there's no explorer window, returns null
|
|
GetTopSelectedFileFromExplorer ( ) : |
Returns the selected file from windows explorer. If the selected item is a directory, or if there's no explorer window, then returns null
|
|
GetTopSelectedPathFromWindowsExplorer ( ) : string |
Returns the currently selected path from windows explorer. Can point into a directory, a file inside a zip file, control panel, whatever.
|
Method | Description | |
---|---|---|
GetForegroundWindow ( ) : |
||
GetWindow ( |
public static GetTopSelectedDirectoryFromExplorer ( ) : |
||
return |
public static GetTopSelectedFileFromExplorer ( ) : |
||
return |
public static GetTopSelectedPathFromWindowsExplorer ( ) : string | ||
return | string |