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
pathstringThe full path to the location.
isDriveboolTrue 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
Path
Gets the full path to the location.
public string Path { get; }