FileSystemInfoIsDirectory Property |
[AlphaFS] The initial "IsDirectory" indicator that was passed to the constructor.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax protected bool IsDirectory { get; set; }
Protected Property IsDirectory As Boolean
Get
Set
protected:
property bool IsDirectory {
bool get ();
void set (bool value);
}
member IsDirectory : bool with get, set
Property Value
Type:
BooleanSee Also