FTPConnectionShowHiddenFiles Property |
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: 12.3.0.0
Syntaxpublic virtual bool ShowHiddenFiles { get; set; }Public Overridable Property ShowHiddenFiles As Boolean
Get
Set
public:
virtual property bool ShowHiddenFiles {
bool get ();
void set (bool value);
}abstract ShowHiddenFiles : bool with get, set
override ShowHiddenFiles : bool with get, set
Property Value
Type:
Boolean
See Also