Gets whether the FtpFile is a hidden file.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public bool Hidden { get; }
Visual Basic
Public ReadOnly Property Hidden As Boolean
	Get
Visual C++
public:
property bool Hidden {
	bool get ();
}

Remarks

This method checks to see if the filename begins with a period.

See Also