IPathInfo

Description

interface Tinman.Core.IO.IPathInfo

Base interface for classes that have an optional file path association.

Public / Attributes

Path​Info


public attribute PathInfo → (get)

value : Path

[not-null]
The path info.

Returns a Path object that represents the file path this object is associated with.

Objects that do not have a meaningful file path association simply return Path.Unknown.