This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| Library for getting info from a specific explorer window (if window handle not specified, the currently active | |
| window will be used). Requires AHK_L or similar. Works with the desktop. Does not currently work with save | |
| dialogs and such. | |
| Explorer_GetSelected(hwnd="") - paths of target window's selected items | |
| Explorer_GetAll(hwnd="") - paths of all items in the target window's folder | |
| Explorer_GetPath(hwnd="") - path of target window's folder | |