Returns the number of lines inside a text file

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public int FileLines(
	string absolutePath
)
Visual Basic
Public Function FileLines ( _
	absolutePath As String _
) As Integer
Visual C++
public:
int FileLines(
	String^ absolutePath
)

Parameters

absolutePath
Type: System..::..String
The absolute path.

Return Value

The number of lines inside a text file

See Also