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.

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

Syntax

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

Implements

IFileTransferClient..::..ShowHiddenFiles

See Also