Loop for "$foldername$"
I'm trying to write a loop to add a subfolder "Originals" in each folder in the current folder.
It works if I use a Loop statement naming the current folder, as for instance
Loop for "Each folder in c:\temp\temp1"
But I want to be able to use it in whatever folder I happen to be in. I've tried
Loop for "Each folder in $CurrentDirectory$"
with no success. What am I doing wrong?
__________________
--Baffled in Brooklyn
Last edited by Andy Sterner; 07-06-2007 at 07:09 AM.
Reason: change signature
|