|
IFtpFileIsDirectory Property
|
Returns true if
IFtpFile represents a directory, otherwise false.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax bool IsDirectory { get; }
ReadOnly Property IsDirectory As Boolean
Get
property bool IsDirectory {
bool get ();
}
abstract IsDirectory : bool with get
function get_IsDirectory();
View SourceProperty Value
BooleanSee Also