← all modules

Sky.Core.Path

Sky.Core.Path
  Sky.Core.Path — pure filesystem-path helpers (Layer 3 Sky source).

Values
  base : String -> String
  dir : String -> String
  ext : String -> String
  isAbsolute : String -> Bool
  join : List String -> String
      Join path segments with the platform separator, cleaning the result.
  safeJoin : String -> String -> Result Error String
      Join `relative` onto `root`, refusing any result that escapes `root`