I am at a job where they do not have overall documentation of their whole code, what files/folders consist of what applications...
So as part of an unpsizing project, I have identified a list of files that need to be changed, by using regex & textpad to search thru files & folders..
And then i have converted that list into an xml file containing path and filename.
Now I need to have a searchable tool that will allow me to select a datasource, then select table or tables for that datasource, then show me the list of files & folders that are contained by that...
I have tried many different approaches...
Such as modifying David Medinets cfquery.pl lister tool to output in xml format, but since it can only look at stuff in folder by folder basis, i had copied all the files into 1 folder, created 1 project, and it worked...
However if there are duplicate file names, then i have screwed up, by not having all files/folders to analyze.
So now i need to either learn perl and modify his script to work in subfolders, or find some other tool to search thru coldfusion code for me...
I have tried to create my own, but kept hitting the character limits of refind...
They absolutely, do not want to go thru file by file, by hand, to identify the code/applications organization strucutre..
But I don't see any other choices?
Do any of you guys?
Start Free Trial