Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Searching for folder
#7
Use dialog "Enumerate files" or "If file exists". They are in the floating toolbar.

Macro Macro1788
Code:
Copy      Help
out " ----------- files and folders in user desktop folder"
Dir du
foreach(du "$desktop$\*" FE_Dir 2)
,str sPath=du.FileName(1)
,out sPath

out " ----------- files and folders in common desktop folder"
Dir dc
foreach(dc "$common desktop$\*" FE_Dir 2)
,str sPath2=dc.FileName(1)
,out sPath2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)