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

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

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