A path is a data type in Hoon. It is a list of @ta
text strings, and its syntax looks like /foo/bar/baz
. This type resembles a file path and while it is used for file paths in Clay (the filesystem vane), it's a more general type and is used in other cases as well, such as subscription paths and wires.
Path
Edit this page on GitHub
Last modified October 8, 2023