Number of files into the directory and all of its subdirectories

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

Syntax

C#
public int NrOfFiles { get; }
Visual Basic
Public ReadOnly Property NrOfFiles As Integer
	Get
Visual C++
public:
property int NrOfFiles {
	int get ();
}

See Also