08-26-2015, 02:28 PM
With dialog "Enumerate files" you can create this code:
Macro Macro2659
If need variables, replace it to:
Macro Macro2659
Or use function GetFilesInFolder and pass variables as its second and third arguments.
Macro Macro2659
Dir d
foreach(d "C:\folder\*" FE_Dir)
,str path=d.FullPath
,out path
,str name=d.FileName
,
Macro Macro2659
Or use function GetFilesInFolder and pass variables as its second and third arguments.