Methods

StrΒΆ

Str(p:Path)

String representation of a Path (or it's sub-type)
Source: stdlib.ngs:2750

Returns

Str

Example

find_in_path("ls").Str()  # The string: <Path path=/bin/ls>