Click or drag to resize

FileSystemEntryInfoIsReparsePoint Property

Gets a value indicating whether this instance contains a reparse point, which is a block of user-defined data associated with a file or a directory.

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

Property Value

Type: Boolean
if this instance contains a reparse point; otherwise, .
See Also