Include hidden files in operations that involve listing of directories, and if supported by the server.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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