Gets or sets a value indicating whether [include hidden files].

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

Syntax

C#
public bool IncludeHiddenFiles { get; set; }
Visual Basic
Public Property IncludeHiddenFiles As Boolean
	Get
	Set
Visual C++
public:
property bool IncludeHiddenFiles {
	bool get ();
	void set (bool value);
}

Field Value

true if [include hidden files]; otherwise, false.

See Also