Click or drag to resize
CopyMoveResultIsDirectory Property
Gets a value indicating whether this instance represents a directory.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public bool IsDirectory { get; }

Property Value

Type: Boolean
if this instance represents a directory; otherwise, .
See Also