edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Include hidden files in operations that involve listing of directories, and if supported by the server (FTP and FTPS).

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

See Also