getFileCnts()
Get file counts.
Parameters
- fileName (string)
- The file name.
Return Value
- nLines (integer)
- Number of lines (rows) in the file.
- minCols (integer)
- Min number of columns of the lines.
- maxCols (integer)
- Max number of columns of the lines.
- minWidth (integer)
- Min number of chars of the lines.
- maxWidth (integer)
- Max number of chars of the lines.
- size (integer)
- Total size (in number of chars).