Skip to content

Repository files navigation

Tiny-Path

Was an experiment, dead now

Terminology

  • Paths are made of Nodes
  • There are two primary kinds of Node, File and Dir
    • A Dir is a non terminal node. It can have nodes after it in a Path
    • A File is a terminal node. It can not have nodes after it in a Path
  • A Root-Dir is a special Dir that can only exist as the first Node in a Path
  • A Path is said to be Absolute if it has a Root-Dir
  • A Path with no Root-Dir is said to be Relative

API

Escaping

tiny-path does not escape paths, the rules for this are os & shell specific and we arent touching that with a 10 foot pole.

About

farting around with paths again, not for human consumption

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages