Any way to select a folder?
Moderators: JRL, Dorian (MJT support)
Any way to select a folder?
I need to create a macro that operates on the files in a user-selected folder. I can figure out all the steps needed except how to let the user select a folder.
Code: Select all
Input>path,Please input the path!,c:\program files
Change Directory>%path%
Run Program>explorer "%path%"