Report total lines of code in workspace?

TomM

New Member
For an audit, I need to report how many lines of code are in all of our files in our Production workspace. Does Roundtable have any functionality for this?

Thanks!
 

akiwi

New Member
I don't know if RTB can do this, but I wrote a program that does that many years ago. It reads the file contents of *.p *.i & *.w files in a list of directories.

Counts the number of files and the number of lines.

I will attach it here
 

Attachments

  • FileStats.p
    7 KB · Views: 18
Top