Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wildcard for Folders
#2
* can be used only in file names. Use Enumerate Files dialog from the floating toolbar.

Code:
Copy      Help
Dir d; str sPath
foreach(d "c:\plans\test\*archive" FE_Dir 0x1)
,sPath=d.FileName(1)
,out sPath ;;only for debugging; delete or comment this
,;del sPath ;;uncomment this


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)