 | FtpItemIsCurrentFolder Property |
Returns true if object represents current folder.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool IsCurrentFolder { get; }Public ReadOnly Property IsCurrentFolder As Boolean
Get
public:
property bool IsCurrentFolder {
bool get ();
}member IsCurrentFolder : bool with get
Property Value
Boolean
See Also