CopyMoveResultIsFile Property |
Gets a value indicating whether this instance represents a file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsFile { get; }
Public ReadOnly Property IsFile As Boolean
Get
public:
property bool IsFile {
bool get ();
}
member IsFile : bool with get
Property Value
Type:
Boolean if this instance represents a file; otherwise,
.
See Also