Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help.
#1
Can anyone help me, how to get all the value (all Folder path) in search result from file explorer? many thanks for your kind.
i am using windows 10.


Attached Files Image(s)
   
#2
Code:
Copy      Help
int w=win("Search Results" "CabinetWClass")
int c=child("" "DirectUIHWND" w 0x0 "accName=Items View") ;;list 'Items View'
act c
key Ca ;;select all
key Cc ;;copy to clipboard
0.1
ARRAY(str) a
GetClipboardFiles a
int i
for i 0 a.len
,out a[i]
#3
Get it, Many thanks sir.


Forum Jump:


Users browsing this thread: 1 Guest(s)