Table of Contents

Class FileDialog.PathInfo

Namespace
Myra.Graphics2D.UI.File
Assembly
Myra.dll

Represents the path and type of a browsable location (folder or drive).

protected class FileDialog.PathInfo
Inheritance
FileDialog.PathInfo
Inherited Members

Constructors

PathInfo(string, bool)

Initializes a new instance of the PathInfo class.

public PathInfo(string path, bool isDrive)

Parameters

path string

The full path to the location.

isDrive bool

True if this location is a drive; otherwise, false.

Properties

IsDrive

Gets a value indicating whether this location is a drive.

public bool IsDrive { get; }

Property Value

bool

Path

Gets the full path to the location.

public string Path { get; }

Property Value

string