Get the type of file, eg UNIX

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

Syntax

C#
public int Type { get; }
Visual Basic
Public ReadOnly Property Type As Integer
	Get
Visual C++
public:
property int Type {
	int get ();
}

Return Value

the integer type of the file

See Also