Table of Contents

Class ReparsePoint

Namespace
SunamoWinStd
Assembly
SunamoWinStd.dll

Represents an NTFS reparse point and resolves its target path.

public class ReparsePoint
Inheritance
ReparsePoint
Inherited Members
Extension Methods

Constructors

ReparsePoint(string)

Takes a full path to a reparse point and finds the target.

public ReparsePoint(string path)

Parameters

path string

Full path of the reparse point

Properties

Tag

Gets the tag

public ReparsePoint.TagType Tag { get; }

Property Value

ReparsePoint.TagType

Target

Gets the actual target string, before normalising

public string? Target { get; }

Property Value

string

Methods

ToString()

This returns the normalised target, ie. if the actual target is relative it has been made absolute Note that it is not fully normalised in that .s and ..s may still be included.

public override string ToString()

Returns

string

The normalised path