PathFragment

sealed class PathFragment(source)

Fragment of a path.

Inheritors

Types

Link copied to clipboard

Path fragment representing the current path ("." in string notation).

Link copied to clipboard
data object ParentPath : PathFragment

Parent fragment representing the parent path (".." in string notation).

Link copied to clipboard
data object Root : PathFragment

Path fragment representing the root path.