> I use this mask to rename files in a directory. :%6:_:01:.*
>
> So the following in folder XXY
> abx.jpg
> def.jpb
>
> become
> XYZ_01.jpg
> XYZ_02.jpg
>
> This works great on a single logged directory.
>
> If I log multiple directories and do Global and try the same mask
> everything gets renamed using the first directory name.
>
> Any chance we could get a new variable that uses the directory name the
> file is in?
Donald,
If %6 is not always inserting the name of the directory in which each file resides (the "current" directory), then this is a bug.
However, I have been unable to reproduce the problem you are reporting. Whether in a Normal, Branch, Showall or Global FW, and regardless of the sort order, in my case %6 is always inserting the correct current directory name.
- John