Gets/Sets the status of this entity on the FTP server.

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

Syntax

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

Remarks

Normally this is set automatically by parsing the permissions for the file. This method is useful in cases where permissions information is not included, such as with MS-DOS.

See Also