Get the size of a file

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

Syntax

C#
public static long FileSize(
	string fileName
)
Visual Basic
Public Shared Function FileSize ( _
	fileName As String _
) As Long
Visual C++
public:
static long long FileSize(
	String^ fileName
)

Parameters

fileName
Type: System..::..String
Name of the file.

Return Value

[Missing <returns> documentation for "M:LLCryptoLib.Utils.FileManager.FileSize(System.String)"]

See Also