Click or drag to resize

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; }

Property Value

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