Lines of Code [Source]

LOC screen

  • Command line application that counts physical code lines from .cs and .vb files
  • Application skips all bin, obj and properties folders
    	ProcessDir()
    	  foreach selected type
    	    foreach file matching filetype
    	      read file
    	        while lines
    	         if line not comment
    	          add count
    	  foreach subdirectory 
    	    if not skip type
    	      ProcessDir
    	
    User defines folder: LOC.exe [directory]


    31.12.2010
    tomi.tuhkanen@iki.fi