Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full path of files selected
#4
Code:
Copy      Help
;find Explorer window
int hwnd=win("" "ExploreWClass")
;Get ShellBrowserWindow interface by enumerating shell windows
SHDocVw.ShellWindows sw._create
SHDocVw.ShellBrowserWindow b
foreach(b sw) if(hwnd=b.HWND) goto g1
ret
;g1
;get shell folder view document

Shell32.ShellFolderView sfw=b.Document
Shell32.FolderItem fi
;enumerate selected items
foreach fi sfw.SelectedItems
,out fi.Path

,


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)