Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Full path of files selected
#2
Here is how to get filenames of selected files in Windows Explorer:

Code:
Copy      Help
Acc a=acc("" "LIST" "+ExploreWClass" "SysListView32" "" 0x1000)
ARRAY(Acc) ar
a.Selection(ar)
int i
for i 0 ar.len
,out ar[i].Name


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)