I cannot seem to find any reference to this in the help file. I have tried putting it in a macro, but it will bomb. Does anyone know if you can reference or how to reference the current folder in a macro? For instance, this is what I am trying to do in the macro...
Psuedo Code....
Get Path of Currently Open (highlighted) file and save it (or something)
Now, for every file (recursive) do a search and replace on it
The actual macro I am using works fine, I just don't like editing it every time... The code looks like this,
ReplInFiles RegExp Recursive "c:\SomeFolder\CurrentFolder\" "*.htm" "%*DOCTYPE*$"
""
Psuedo Code....
Get Path of Currently Open (highlighted) file and save it (or something)
Now, for every file (recursive) do a search and replace on it
The actual macro I am using works fine, I just don't like editing it every time... The code looks like this,
ReplInFiles RegExp Recursive "c:\SomeFolder\CurrentFolder\" "*.htm" "%*DOCTYPE*$"
""