My goal is to find other application files that reference the file I have open in UE.
I want to open a source-code file and then run a marco (or tool?) that will search for [Find In Files] the name of that open file in all other files in application directory tree.
So I think the macro command would be of the form --
=filename= is the name of the open file, such a "dis_login.cfm"
=rootpath= is the top folder to search, such as "Q:\my_app\"
Is there a way to get the name of the current open file into the macro instruction?
Is there a way to use a parameter for the root path without hard coding it into the marco?
Thanks
I want to open a source-code file and then run a marco (or tool?) that will search for [Find In Files] the name of that open file in all other files in application directory tree.
So I think the macro command would be of the form --
whereFindInFiles Recursive OutputWin Log "=rootpath=" "*.cfm;*.cfc;" "=filename="
=filename= is the name of the open file, such a "dis_login.cfm"
=rootpath= is the top folder to search, such as "Q:\my_app\"
Is there a way to get the name of the current open file into the macro instruction?
Is there a way to use a parameter for the root path without hard coding it into the marco?
Thanks